Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciCommand.h151 #define PCI_READ_COMMAND_REGISTER(a,b) \ argument
163 #define PCI_SET_COMMAND_REGISTER(a,b) \ argument
175 #define PCI_ENABLE_COMMAND_REGISTER(a,b) \ argument
187 #define PCI_DISABLE_COMMAND_REGISTER(a,b) \ argument
199 #define PCI_READ_BRIDGE_CONTROL_REGISTER(a,b) \ argument
211 #define PCI_SET_BRIDGE_CONTROL_REGISTER(a,b) \ argument
223 #define PCI_ENABLE_BRIDGE_CONTROL_REGISTER(a,b) \ argument
235 #define PCI_DISABLE_BRIDGE_CONTROL_REGISTER(a,b) \ argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-mem.c51 xf_mm_block_t *b = (xf_mm_block_t *)addr; in xf_mm_block_init() local
58 static inline int xf_mm_block_length_less(xf_mm_block_t *b, u32 size) in xf_mm_block_length_less()
65 static inline u32 xf_mm_block_length(xf_mm_block_t *b) in xf_mm_block_length()
72 static inline u32 xf_mm_block_length_add(xf_mm_block_t *b, u32 size) in xf_mm_block_length_add()
79 static inline u32 xf_mm_block_length_sub(xf_mm_block_t *b, u32 size) in xf_mm_block_length_sub()
98 xf_mm_block_t *b = container_of(p_idx, xf_mm_block_t, l_node); in xf_mm_find_by_size() local
112 xf_mm_block_t *b = container_of(t_idx, xf_mm_block_t, l_node); in xf_mm_find_by_size() local
168 static void xf_mm_insert_size(xf_mm_pool_t *pool, xf_mm_block_t *b, u32 size) in xf_mm_insert_size()
204 static void xf_mm_insert_addr(xf_mm_pool_t *pool, xf_mm_block_t *b) in xf_mm_insert_addr()
246 xf_mm_block_t *b; in xf_mm_alloc() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfractions.py18 def gcd(a, b): argument
360 def forward(a, b): argument
372 def reverse(b, a): argument
387 def _add(a, b): argument
395 def _sub(a, b): argument
403 def _mul(a, b): argument
409 def _div(a, b): argument
417 def __floordiv__(a, b): argument
429 def __rfloordiv__(b, a): argument
441 def __mod__(a, b): argument
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.c137 register unsigned *b = &(bitmask[0]); local
149 set_or( set b, set c ) in set_or()
185 set_and( set b, set c ) in set_and()
216 set_dif( set b, set c ) in set_dif()
256 set_of( unsigned b ) in set_of()
358 set_equ( set a, set b ) in set_equ()
396 set_sub( set a, set b ) in set_sub()
430 set_int( set b ) in set_int()
462 set_el( unsigned b, set a ) in set_el()
528 register unsigned *b = &(bitmask[0]); local
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.cpp31 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in putBe16() local
36 uint8_t b[2] = { 0, 0 }; in getBe16() local
42 uint8_t b[4] = { in putBe32() local
51 uint8_t b[4] = { 0, 0, 0, 0 }; in getBe32() local
60 uint8_t b[8] = { in putBe64() local
73 uint8_t b[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in getBe64() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCalls.py20 def g(a,b,c): argument
23 def h(a,b,c,d=1,e=2,f=3): argument
100 def g(a,b,c): argument
103 def h(a,b,c,d=1,e=2,f=3): argument
121 def f(a,b,c,d=1,e=2,f=3): argument
158 def f(a,b,c,d=1,e=2,f=3): argument
308 def j(self,a,b): argument
314 def k(self,a,b,c=3): argument
415 def j(self,a,b): argument
420 def k(self,a,b,c=3): argument
DInstances.py15 def __init__(self,a,b,c): argument
21 def __init__(self,a,b,c=4): argument
51 def __init__(self,a,b,c): argument
57 def __init__(self,a,b,c=4): argument
DNewInstances.py24 def __init__(self,a,b,c): argument
30 def __init__(self,a,b,c=4): argument
60 def __init__(self,a,b,c): argument
66 def __init__(self,a,b,c=4): argument
/device/google/marlin/camera/QCamera2/util/
DQCameraCommon.h39 #define ALIGN(a, b) (((a) + (b)) & ~(b)) argument
40 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_parse.c98 int b, rdlength; in skiprr() local
145 int b = skiprr(msg, eom, (ns_sect)i, in ns_initparse() local
166 int b; in ns_parserr() local
/device/google/bonito/json-c/
Djson_util.h18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument
22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
/device/google/crosshatch/json-c/
Djson_util.h18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument
22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dmisc.c160 (b, m, a) Bigint *b; int m, a; in multadd() argument
262 Bigint *b; local
275 (a, b) Bigint *a, *b; in mult() argument
391 (b, k) Bigint *b; int k; in pow5mult() argument
460 (b, k) Bigint *b; int k; in lshift() argument
516 (a, b) Bigint *a, *b; in cmp() argument
550 (a, b) Bigint *a, *b; in diff() argument
724 Bigint *b; local
883 strcp_D2A(a, b) char *a; char *b; in strcp_D2A() argument
897 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len; in memcpy_D2A() argument
[all …]
Dsmisc.c50 Bigint *b; local
93 (a, b) Bigint *a, *b; in ratio() argument
153 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits() argument
183 any_on(b, k) Bigint *b; int k; in any_on() argument
/device/google/contexthub/lib/nanohub/
Dsha2.c37 #define STRINFIGY2(b) #b argument
38 #define STRINGIFY(b) STRINFIGY2(b) argument
39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DQsort.c85 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc()
93 #define swap(a, b) \ argument
101 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
104 med3(char *a, char *b, char *c, cmp_t *cmp ) in med3()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstring.h469 #define bcopy(a,b,c) ( memcpy((void *)b, (const void *)a, (size_t)c)) argument
472 #define bcmp(a,b,c) ( memcmp((void *)a, (void *)b, (size_t)c)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dgdb_sample.py3 def foo(a, b, c): argument
6 def bar(a, b, c): argument
Dinspect_fodder.py8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): argument
29 def abuse(self, a, b, c): argument
41 def argue(self, a, b, c): argument
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat.c795 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign ) in addFloat32Sigs()
867 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign ) in subFloat32Sigs()
941 float32 float32_add( float32 a, float32 b ) in float32_add()
963 float32 float32_sub( float32 a, float32 b ) in float32_sub()
985 float32 float32_mul( float32 a, float32 b ) in float32_mul()
1044 float32 float32_div( float32 a, float32 b ) in float32_div()
1114 float32 float32_rem( float32 a, float32 b ) in float32_rem()
1260 flag float32_eq( float32 a, float32 b ) in float32_eq()
1283 flag float32_le( float32 a, float32 b ) in float32_le()
1307 flag float32_lt( float32 a, float32 b ) in float32_lt()
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat.c796 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign ) in addFloat32Sigs()
868 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign ) in subFloat32Sigs()
942 float32 float32_add( float32 a, float32 b ) in float32_add()
964 float32 float32_sub( float32 a, float32 b ) in float32_sub()
986 float32 float32_mul( float32 a, float32 b ) in float32_mul()
1045 float32 float32_div( float32 a, float32 b ) in float32_div()
1115 float32 float32_rem( float32 a, float32 b ) in float32_rem()
1261 flag float32_eq( float32 a, float32 b ) in float32_eq()
1284 flag float32_le( float32 a, float32 b ) in float32_le()
1308 flag float32_lt( float32 a, float32 b ) in float32_lt()
[all …]
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraCommon.h54 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
55 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
/device/generic/goldfish/camera/
DEmulatedCameraCommon.h57 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
58 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
DConverters.h94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | (g)) << 5) | (r)) argument
96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | (g)) << 8) | (r)) argument
111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument
113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument
122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member
147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument
148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument
149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument
153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV()
212 const uint16_t b = (YUV2BO(y,u,v) >> 3) & 0x1f; in YUVToRGB565() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmem.h24 #define luaM_reallocv(L,b,on,n,e) \ argument
29 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0) argument
30 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0) argument
31 #define luaM_freearray(L, b, n) luaM_reallocv(L, (b), n, 0, sizeof((b)[0])) argument

12345678910>>...19