Home
last modified time | relevance | path

Searched defs:work (Results 1 – 16 of 16) sorted by relevance

/device/google/wahoo/wifi_offload/
Dhidl_return_util.h29 Return<void> validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall()
39 Return<void> validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall()
53 validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinftrees.c32 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
Dinflate.h113 unsigned short work[288]; /* work area for code table building */ member
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
Dinflate.h120 unsigned short work[288]; /* work area for code table building */ member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c145 ; handle it, copy starting at the end of the source buffer and work in EfiCommonLibCopyMem() local
DEfiCopyMem.c161 ; handle it, copy starting at the end of the source buffer and work in EfiCommonLibCopyMem() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c1001 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */ in atomic() local
1058 lu_mem work; in singlestep() local
1148 lu_mem work = singlestep(L); /* do some work */ in incstep() local
/device/google/crosshatch/usb/
DUsb.cpp592 void *work(void *param) { in work() function
/device/google/marlin/usb/
DUsb.cpp565 void *work(void *param) { in work() function
/device/google/bonito/usb/
DUsb.cpp588 void *work(void *param) { in work() function
/device/google/wahoo/usb/
DUsb.cpp623 void *work(void *param) { in work() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py500 def work(): function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c5301 Node* work = onig_node_new_alt(*np, iarg.alt_root); in parse_exp() local