Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 44) sorted by relevance

12

/device/google/contexthub/firmware/os/platform/stm32/
Dgpio.c98 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioConfigWithNum() local
121 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioConfigInputWithNum() local
139 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioConfigOutputWithNum() local
160 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioConfigAltWithNum() local
186 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioConfigAnalogWithNum() local
205 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioSetWithNum() local
221 struct StmGpio *block = (struct StmGpio*)mGpioBases[gpioNum >> GPIO_PORT_SHIFT]; in gpioGetWithNum() local
240 struct StmGpio *block = (struct StmGpio*)mGpioBases[DEBUG_UART_PIN >> GPIO_PORT_SHIFT]; in gpioBitbangedUartOut() local
Dusart.c95 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit = --port]; in usartOpen() local
134 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit]; in usartClose() local
153 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit]; in usartFlush() local
160 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit]; in usartPutchar() local
Dsyscfg.c34 struct StmSyscfg *block = (struct StmSyscfg *)SYSCFG_BASE; in syscfgSetExtiPort() local
/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h94 struct address_block *block, in address_space_allocator_find_available_block()
253 struct address_block *block = &allocator->blocks[i]; in address_space_allocator_allocate() local
274 struct address_block *block = allocator->blocks; in address_space_allocator_deallocate() local
307 struct address_block *block = allocator->blocks; in address_space_allocator_init() local
339 struct address_block* block = allocator->blocks; in address_space_allocator_reset() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmem.c46 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, in luaM_growaux_()
75 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
/device/google/cuttlefish_common/common/libs/utils/
Dsimulated_buffer.h208 int64_t AddToOutputBuffer(int64_t num_new_items, bool block) { in AddToOutputBuffer()
281 int64_t RemoveFromInputBuffer(int64_t num_items_wanted, bool block) { in RemoveFromInputBuffer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py589 def refactor_doctest(self, block, lineno, indent, filename): argument
641 def parse_block(self, block, lineno, indent): argument
651 def wrap_toks(self, block, lineno, indent): argument
665 def gen_lines(self, block, indent): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DQueue.py107 def put(self, item, block=True, timeout=None): argument
150 def get(self, block=True, timeout=None): argument
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_nand.c74 static int uniphier_nand_block_isbad(struct uniphier_nand *nand, int block) in uniphier_nand_block_isbad()
169 int block = 0; in __uniphier_nand_read() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py19 def startBlock(self, block): argument
29 def nextBlock(self, block=None): argument
195 def addOutEdge(self, block): argument
198 def addNext(self, block): argument
/device/google/contexthub/lib/nanohub/
Dnanoapp.c73 uint32_t block; in loadFile() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpyarena.c41 } block; typedef
Dsymtable.c21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
838 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_symtable.py38 def find_block(block, name): argument
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DUndi32.h90 typedef VOID (*block)(UINT64, UINT32); typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpyarena.c41 } block; typedef
Dsymtable.c21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
836 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
Dcompile.c398 basicblock *block; in compiler_unit_check() local
564 basicblock *block = compiler_new_block(c); in compiler_use_new_block() local
574 basicblock *block = compiler_new_block(c); in compiler_next_block() local
583 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block()
2922 basicblock *block, *finally; in compiler_with() local
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_mdp.h454 uint32_t block; member
487 uint32_t block; member
595 uint32_t block; member
611 uint32_t block; member
636 uint32_t block; member
648 uint32_t block; member
671 uint32_t block; member
932 uint32_t block; member
944 uint32_t block; member
964 uint32_t block; member
[all …]
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_mdp.h388 uint32_t block; member
415 uint32_t block; member
506 uint32_t block; member
519 uint32_t block; member
541 uint32_t block; member
551 uint32_t block; member
570 uint32_t block; member
716 uint32_t block; member
722 uint32_t block; member
738 uint32_t block; member
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_mdp.h454 uint32_t block; member
487 uint32_t block; member
595 uint32_t block; member
611 uint32_t block; member
636 uint32_t block; member
648 uint32_t block; member
671 uint32_t block; member
932 uint32_t block; member
944 uint32_t block; member
964 uint32_t block; member
[all …]
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_mdp.h388 uint32_t block; member
415 uint32_t block; member
506 uint32_t block; member
519 uint32_t block; member
541 uint32_t block; member
551 uint32_t block; member
570 uint32_t block; member
716 uint32_t block; member
722 uint32_t block; member
738 uint32_t block; member
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset.c923 HandleAmbiguity( Junction *block, Junction *alt1, Junction *alt2, int jtype ) in HandleAmbiguity()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c236 int block = 0; in handleVerify() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c617 internal_setblocking(PySocketSockObject *s, int block) in internal_setblocking()
627 block = !block; in internal_setblocking() local
728 int block = 1; in init_sockobject() local
1713 int block; in sock_setblocking() local
1797 int block; in sock_sleeptaskw() local

12