/external/syslinux/com32/lib/zlib/ |
inflate.c | 121 state->hold = 0; 219 state->hold = 0; 225 state->hold += value << state->bits; 444 hold = state->hold; \ 455 state->hold = hold; \ 462 hold = 0; \ 472 hold += (unsigned long)(*next++) << bits; \ 486 ((unsigned)hold & ((1U << (n)) - 1) 597 unsigned long hold; \/* bit buffer *\/ local [all...] |
infback.c | 125 hold = state->hold; \ 136 state->hold = hold; \ 143 hold = 0; \ 167 hold += (unsigned long)(*next++) << bits; \ 182 ((unsigned)hold & ((1U << (n)) - 1)) 187 hold >>= (n); \ 194 hold >>= bits & 7; \ 252 unsigned long hold; /* bit buffer * local [all...] |
/external/zlib/src/ |
inflate.c | 135 state->hold = 0; 257 state->hold = 0; 263 state->hold += (unsigned)value << state->bits; 482 hold = state->hold; \ 493 state->hold = hold; \ 500 hold = 0; \ 510 hold += (unsigned long)(*next++) << bits; \ 524 ((unsigned)hold & ((1U << (n)) - 1) 630 unsigned long hold; \/* bit buffer *\/ local [all...] |
infback.c | 134 hold = state->hold; \ 145 state->hold = hold; \ 152 hold = 0; \ 176 hold += (unsigned long)(*next++) << bits; \ 191 ((unsigned)hold & ((1U << (n)) - 1)) 196 hold >>= (n); \ 203 hold >>= bits & 7; \ 261 unsigned long hold; /* bit buffer * local [all...] |
/toolchain/binutils/binutils-2.27/zlib/ |
inflate.c | 120 state->hold = 0; 240 state->hold = 0; 246 state->hold += value << state->bits; 465 hold = state->hold; \ 476 state->hold = hold; \ 483 hold = 0; \ 493 hold += (unsigned long)(*next++) << bits; \ 507 ((unsigned)hold & ((1U << (n)) - 1) 613 unsigned long hold; \/* bit buffer *\/ local [all...] |
infback.c | 134 hold = state->hold; \ 145 state->hold = hold; \ 152 hold = 0; \ 176 hold += (unsigned long)(*next++) << bits; \ 191 ((unsigned)hold & ((1U << (n)) - 1)) 196 hold >>= (n); \ 203 hold >>= bits & 7; \ 261 unsigned long hold; /* bit buffer * local [all...] |
/packages/apps/Dialer/java/com/android/incallui/ |
CallButtonPresenter.java | 241 LogUtil.i("CallButtonPresenter", "putting the call on hold: " + call); 242 call.hold(); 244 LogUtil.i("CallButtonPresenter", "removing the call from hold: " + call); 442 // Common functionality (audio, hold, etc). 443 // Show either HOLD or SWAP, but not both. If neither HOLD or SWAP is available: 444 // (1) If the device normally can hold, show HOLD in a disabled state. 445 // (2) If the device doesn't have the concept of hold/swap, remove the button.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
infback.c | 134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
infback.c | 125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bit buffer */ local [all...] |
/external/python/cpython2/Modules/zlib/ |
infback.c | 134 hold = state->hold; \ 145 state->hold = hold; \ 152 hold = 0; \ 176 hold += (unsigned long)(*next++) << bits; \ 191 ((unsigned)hold & ((1U << (n)) - 1)) 196 hold >>= (n); \ 203 hold >>= bits & 7; \ 261 unsigned long hold; /* bit buffer * local [all...] |
/external/python/cpython3/Modules/zlib/ |
infback.c | 134 hold = state->hold; \ 145 state->hold = hold; \ 152 hold = 0; \ 176 hold += (unsigned long)(*next++) << bits; \ 191 ((unsigned)hold & ((1U << (n)) - 1)) 196 hold >>= (n); \ 203 hold >>= bits & 7; \ 261 unsigned long hold; /* bit buffer * local [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
HiiString.h | 95 hold the string.
155 @param Languages Points to the buffer to hold the returned
165 @retval EFI_BUFFER_TOO_SMALL The LanguagesSize is too small to hold the list of
192 @param SecondaryLanguages Points to the buffer to hold the returned null-terminated
207 too small to hold the returned information.
208 SecondaryLanguageSize is updated to hold the size of
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
PxeUndi.c | 60 @param PxeUndiTable Point to structure which hold parameter and return value
108 @param PxeUndiTable Point to structure which hold parameter and return value
148 @param PxeUndiTable Point to structure which hold parameter and return value
201 @param PxeUndiTable Point to structure which hold parameter and return value
257 @param PxeUndiTable Point to structure which hold parameter and return value
350 @param PxeUndiTable Point to structure which hold parameter and return value
404 @param PxeUndiTable Point to structure which hold parameter and return value
442 @param PxeUndiTable Point to structure which hold parameter and return value
535 @param PxeUndiTable Point to structure which hold parameter and return value
589 @param PxeUndiTable Point to structure which hold parameter and return value [all...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 79 // Hold the lock while the FileBackupHelper performs the backup operation 92 // Hold the lock while the FileBackupHelper restores the file from
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
longintrepr.h | 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
17 should be an unsigned integer type able to hold all integers up to
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
longintrepr.h | 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
17 should be an unsigned integer type able to hold all integers up to
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiTcp4Io.h | 123 @param[in] Packet The buffer to hold the data copy from the soket rx buffer.
126 can hold.
|
/external/adhd/cras/src/server/ |
cras_hfp_info.h | 13 /* Linked list to hold the information of callbacks to trigger 67 * buf - To hold the returned pointer of acquired buffer.
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyLogical.h | 33 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 96 /// holds, then RHS must hold. For example, (A & B) implies A.
|
/external/kernel-headers/original/uapi/linux/ |
atmmpc.h | 49 __u16 mpc_p6; /* Hold Down Time */ 90 #define MPC_P6 160 /* Hold Down Time */
|
/external/libnl/include/netlink-private/route/link/ |
api.h | 35 * Has to allocate enough resources to hold attributes. Can 92 * allocate data buffer to hold address family specific data and
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUAsmPrinter.h | 80 // Fixed SGPR number used to hold wave scratch offset for entire kernel 83 // Fixed SGPR number of the first 4 SGPRs used to hold scratch V# for entire
|
/external/llvm/test/CodeGen/ARM/ |
2013-04-16-AAPCS-C4-vs-VFP.ll | 22 ;incremented by the number of registers used. Successive registers hold the 23 ;parts of the argument they would hold if its value were loaded into those
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
3-1.c | 13 * [EPERM] The calling thread does not hold the lock. 17 * 2. Main will try to unlock the spinlock (it doesn't hold the lock)
|
/external/pcre/dist2/doc/ |
pcre2limits.3 | 24 the largest number a PCRE2_SIZE variable can hold. However, the program that 28 largest number a PCRE2_SIZE variable can hold. PCRE2_SIZE is an unsigned
|