Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/util/nanoapp_sign/
Dtest_modulus5 d3:95:b3:3c:c8:af:98:e5:0c:b7:a4:6c:8a:f9:3e:
7 b3:e9:3b:a8:0a:9a:88:49:66:1f:92:8a:38:42:68:
10 24:a8:b3:5f:ca:b9:12:50:a9:a7:fb:df:81:ad:0e:
17 55:0d:72:f2:a9:2a:b3:a9:75:35:0a:50:d0:54:2b:
Dtest_exponent12 52:f9:e7:43:29:b3:80:78:e3:45:b7:3f:ae:03:c0:
/device/generic/goldfish/network/wifi_forwarder/
Dmacaddress.h33 MacAddress(uint8_t b1, uint8_t b2, uint8_t b3, in MacAddress()
35 addr[0] = b1; addr[1] = b2; addr[2] = b3; in MacAddress()
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/
Dtrusted.pem16 00:db:29:08:b3:c2:ff:fe:8b:35:92:00:ae:6c:52:
42 0c:b9:26:b3:63:4c:96:d5:19:57:d0:32:6a:5e:b5:70:86:4e:
48 95:55:fc:29:21:b9:9a:38:01:ac:32:ae:6b:93:fc:b3:ee:f3:
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
Dbuilder-packages.txt332 libxdamage-dev:arm64 1:1.1.4-3+b3
333 libxdamage1:arm64 1:1.1.4-3+b3
340 libxml2:arm64 2.9.4+dfsg1-7+b3
341 libxmuu1:arm64 2:1.1.2-2+b3
357 mawk 1.3.3-17+b3
/device/google/cuttlefish_vmm/x86_64-linux-gnu/
Dbuilder-packages.txt212 libhtml-parser-perl 3.72-3+b3
392 libxdamage-dev:amd64 1:1.1.4-3+b3
393 libxdamage1:amd64 1:1.1.4-3+b3
407 libxml2:amd64 2.9.4+dfsg1-7+b3
408 libxmuu1:amd64 2:1.1.2-2+b3
428 mawk 1.3.3-17+b3
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/certs/
Dtrusted.pem24 ab:54:58:9b:7f:bd:11:4b:44:38:b3:d0:19:f7:1a:
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h7147 float32_t b1, b2, b3, b4; in arm_bilinear_interp_f32() local
7179 b3 = f10 - f00; in arm_bilinear_interp_f32()
7189 out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff; in arm_bilinear_interp_f32()