/external/dropbear/libtomcrypt/src/encauth/ccm/ |
D | ccm_memory.c | 48 unsigned char PAD[16], ctr[16], CTRPAD[16], b; in ccm_memory() local 143 PAD[x++] = (unsigned char)(((headerlen > 0) ? (1<<6) : 0) | in ccm_memory() 149 PAD[x++] = nonce[y]; in ccm_memory() 162 PAD[x++] = 0; in ccm_memory() 165 PAD[x++] = (unsigned char)((len >> 24) & 255); in ccm_memory() 170 if ((err = cipher_descriptor[cipher].ecb_encrypt(PAD, PAD, skey)) != CRYPT_OK) { in ccm_memory() 180 PAD[x++] ^= (headerlen>>8) & 255; in ccm_memory() 181 PAD[x++] ^= headerlen & 255; in ccm_memory() 183 PAD[x++] ^= 0xFF; in ccm_memory() 184 PAD[x++] ^= 0xFE; in ccm_memory() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
D | rbug_internal.h | 46 #define PAD(from, to) \ macro 53 PAD(__len, size); \ 60 PAD(__len, size); \ 66 PAD(__pos, size); \ 74 PAD(__pos, size); \ 81 PAD(pos, size); \ 93 PAD(pos, size); \
|
D | rbug_context.c | 51 PAD(__len, 8); in rbug_send_context_list() 61 PAD(__pos, 8); in rbug_send_context_list() 88 PAD(__len, 8); in rbug_send_context_info() 99 PAD(__pos, 8); in rbug_send_context_info() 128 PAD(__len, 8); in rbug_send_context_draw_block() 140 PAD(__pos, 8); in rbug_send_context_draw_block() 169 PAD(__len, 8); in rbug_send_context_draw_step() 181 PAD(__pos, 8); in rbug_send_context_draw_step() 210 PAD(__len, 8); in rbug_send_context_draw_unblock() 222 PAD(__pos, 8); in rbug_send_context_draw_unblock() [all …]
|
D | rbug_core.c | 51 PAD(__len, 8); in rbug_send_noop() 61 PAD(__pos, 8); in rbug_send_noop() 86 PAD(__len, 8); in rbug_send_ping() 96 PAD(__pos, 8); in rbug_send_ping() 123 PAD(__len, 8); in rbug_send_error() 134 PAD(__pos, 8); in rbug_send_error() 161 PAD(__len, 8); in rbug_send_ping_reply() 172 PAD(__pos, 8); in rbug_send_ping_reply() 201 PAD(__len, 8); in rbug_send_error_reply() 213 PAD(__pos, 8); in rbug_send_error_reply()
|
D | rbug_shader.c | 53 PAD(__len, 8); in rbug_send_shader_list() 64 PAD(__pos, 8); in rbug_send_shader_list() 93 PAD(__len, 8); in rbug_send_shader_info() 105 PAD(__pos, 8); in rbug_send_shader_info() 136 PAD(__len, 8); in rbug_send_shader_disable() 149 PAD(__pos, 8); in rbug_send_shader_disable() 181 PAD(__len, 8); in rbug_send_shader_replace() 194 PAD(__pos, 8); in rbug_send_shader_replace() 224 PAD(__len, 8); in rbug_send_shader_list_reply() 236 PAD(__pos, 8); in rbug_send_shader_list_reply() [all …]
|
D | rbug_texture.c | 51 PAD(__len, 8); in rbug_send_texture_list() 61 PAD(__pos, 8); in rbug_send_texture_list() 88 PAD(__len, 8); in rbug_send_texture_info() 99 PAD(__pos, 8); in rbug_send_texture_info() 145 PAD(__len, 8); in rbug_send_texture_write() 165 PAD(__pos, 8); in rbug_send_texture_write() 206 PAD(__len, 8); in rbug_send_texture_read() 224 PAD(__pos, 8); in rbug_send_texture_read() 254 PAD(__len, 8); in rbug_send_texture_list_reply() 266 PAD(__pos, 8); in rbug_send_texture_list_reply() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_internal.h | 46 #define PAD(from, to) \ macro 53 PAD(__len, size); \ 60 PAD(__len, size); \ 66 PAD(__pos, size); \ 74 PAD(__pos, size); \ 81 PAD(pos, size); \ 93 PAD(pos, size); \
|
D | rbug_context.c | 51 PAD(__len, 8); in rbug_send_context_list() 61 PAD(__pos, 8); in rbug_send_context_list() 88 PAD(__len, 8); in rbug_send_context_info() 99 PAD(__pos, 8); in rbug_send_context_info() 128 PAD(__len, 8); in rbug_send_context_draw_block() 140 PAD(__pos, 8); in rbug_send_context_draw_block() 169 PAD(__len, 8); in rbug_send_context_draw_step() 181 PAD(__pos, 8); in rbug_send_context_draw_step() 210 PAD(__len, 8); in rbug_send_context_draw_unblock() 222 PAD(__pos, 8); in rbug_send_context_draw_unblock() [all …]
|
D | rbug_core.c | 51 PAD(__len, 8); in rbug_send_noop() 61 PAD(__pos, 8); in rbug_send_noop() 86 PAD(__len, 8); in rbug_send_ping() 96 PAD(__pos, 8); in rbug_send_ping() 123 PAD(__len, 8); in rbug_send_error() 134 PAD(__pos, 8); in rbug_send_error() 161 PAD(__len, 8); in rbug_send_ping_reply() 172 PAD(__pos, 8); in rbug_send_ping_reply() 201 PAD(__len, 8); in rbug_send_error_reply() 213 PAD(__pos, 8); in rbug_send_error_reply()
|
D | rbug_shader.c | 53 PAD(__len, 8); in rbug_send_shader_list() 64 PAD(__pos, 8); in rbug_send_shader_list() 93 PAD(__len, 8); in rbug_send_shader_info() 105 PAD(__pos, 8); in rbug_send_shader_info() 136 PAD(__len, 8); in rbug_send_shader_disable() 149 PAD(__pos, 8); in rbug_send_shader_disable() 181 PAD(__len, 8); in rbug_send_shader_replace() 194 PAD(__pos, 8); in rbug_send_shader_replace() 224 PAD(__len, 8); in rbug_send_shader_list_reply() 236 PAD(__pos, 8); in rbug_send_shader_list_reply() [all …]
|
D | rbug_texture.c | 51 PAD(__len, 8); in rbug_send_texture_list() 61 PAD(__pos, 8); in rbug_send_texture_list() 88 PAD(__len, 8); in rbug_send_texture_info() 99 PAD(__pos, 8); in rbug_send_texture_info() 145 PAD(__len, 8); in rbug_send_texture_write() 165 PAD(__pos, 8); in rbug_send_texture_write() 206 PAD(__len, 8); in rbug_send_texture_read() 224 PAD(__pos, 8); in rbug_send_texture_read() 254 PAD(__len, 8); in rbug_send_texture_list_reply() 266 PAD(__pos, 8); in rbug_send_texture_list_reply() [all …]
|
/external/skia/tests/ |
D | MemsetTest.cpp | 52 #define PAD 32 macro 53 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD) 85 uint16_t* base = &buffer[PAD + alignment]; in test_16() 89 compare16(buffer, 0, PAD + alignment) && in test_16() 91 compare16(base + count, 0, TOTAL - count - PAD - alignment)); in test_16() 103 uint32_t* base = &buffer[PAD + alignment]; in test_32() 107 compare32(buffer, 0, PAD + alignment) && in test_32() 109 compare32(base + count, 0, TOTAL - count - PAD - alignment)); in test_32()
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 93 static final byte PAD = (byte) '='; field in Base64 135 if (octect == PAD) { in isBase64() 330 encodedData[encodedIndex + 2] = PAD; in encodeBase64() 331 encodedData[encodedIndex + 3] = PAD; in encodeBase64() 348 encodedData[encodedIndex + 3] = PAD; in encodeBase64() 393 while (base64Data[lastData - 1] == PAD) { in decodeBase64() 409 if (marker0 != PAD && marker1 != PAD) { in decodeBase64() 418 } else if (marker0 == PAD) { in decodeBase64() 421 } else if (marker1 == PAD) { in decodeBase64()
|
/external/valgrind/main/VEX/priv/ |
D | main_util.c | 326 # define PAD(_n) \ in vprintf_wrk() macro 390 PAD(len1); PUTSTR(str); PAD(len3); in vprintf_wrk() 402 PAD(len1); PUTSTR(str); PAD(len3); in vprintf_wrk() 418 PAD(len1); PUTSTR(intbuf); PAD(len3); in vprintf_wrk() 437 PAD(len1); PUTSTR(intbuf); PAD(len3); in vprintf_wrk() 449 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3); in vprintf_wrk() 473 # undef PAD in vprintf_wrk()
|
/external/clang/test/Sema/ |
D | implicit-int.c | 14 #define PAD(ms10) { \ macro 18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
|
/external/chromium_org/third_party/tlslite/tlslite/ |
D | mathtls.py | 93 def PAD(n, x): function 101 return stringToNumber(sha.sha(PAD(N, A) + PAD(N, B)).digest()) 104 return stringToNumber(sha.sha(numberToString(N) + PAD(N, g)).digest())
|
/external/icu4c/common/ |
D | uenum.c | 28 static const int32_t PAD = 8; variable 36 capacity += PAD; in _getBuffer() 45 capacity += PAD; in _getBuffer()
|
/external/chromium_org/third_party/icu/source/common/ |
D | uenum.c | 28 static const int32_t PAD = 8; variable 36 capacity += PAD; in _getBuffer() 45 capacity += PAD; in _getBuffer()
|
/external/pixman/pixman/ |
D | pixman-mips-dspr2.h | 282 src_type, dst_type, PAD) 329 src_type, uint8_t, dst_type, PAD, TRUE, FALSE) 380 src_type, uint32_t, dst_type, PAD, FLAG_NONE) \ 431 src_type, uint8_t, dst_type, PAD, \
|
D | pixman-arm-common.h | 264 src_type, dst_type, PAD) \ 314 src_type, uint8_t, dst_type, PAD, TRUE, FALSE) \ 369 src_type, uint32_t, dst_type, PAD, FLAG_NONE) \ 420 src_type, uint8_t, dst_type, PAD, \
|
D | pixman-fast-path.c | 1187 FAST_NEAREST (8888_8888_pad, 8888, 8888, uint32_t, uint32_t, SRC, PAD) 1190 FAST_NEAREST (x888_8888_pad, x888, 8888, uint32_t, uint32_t, SRC, PAD) 1194 FAST_NEAREST (8888_8888_pad, 8888, 8888, uint32_t, uint32_t, OVER, PAD) 1198 FAST_NEAREST (8888_565_pad, 8888, 0565, uint32_t, uint16_t, SRC, PAD) 1203 FAST_NEAREST (8888_565_pad, 8888, 0565, uint32_t, uint16_t, OVER, PAD) 1417 uint16_t, uint16_t, PAD)
|
D | pixman-bits-image.c | 1453 AFFINE_FAST_PATHS (pad_a8r8g8b8, a8r8g8b8, PAD) 1457 AFFINE_FAST_PATHS (pad_x8r8g8b8, x8r8g8b8, PAD) 1461 AFFINE_FAST_PATHS (pad_a8, a8, PAD) 1465 AFFINE_FAST_PATHS (pad_r5g6b5, r5g6b5, PAD)
|
D | pixman-sse2.c | 5425 uint32_t, uint32_t, PAD) in FAST_NEAREST_MAINLOOP() 5549 uint32_t, uint32_t, uint32_t, PAD, TRUE, TRUE) in FAST_NEAREST_MAINLOOP_COMMON() 5679 PAD, FLAG_NONE) in FAST_BILINEAR_MAINLOOP_COMMON() 5779 PAD, FLAG_NONE) in FAST_BILINEAR_MAINLOOP_COMMON() 5943 PAD, FLAG_HAVE_NON_SOLID_MASK) in FAST_BILINEAR_MAINLOOP_COMMON() 6058 PAD, FLAG_HAVE_SOLID_MASK)
|
/external/chromium_org/mojo/public/bindings/generators/ |
D | mojom_cpp_generator.py | 339 fields.append(self.pad_template.substitute(COUNT=pad_count, PAD=pad)) 349 fields.append(self.pad_template.substitute(COUNT=pad_count, PAD=pad))
|
/external/llvm/lib/Target/R600/ |
D | R600ControlFlowFinalizer.cpp | 485 BuildMI(MBB, I, MBB.findDebugLoc(MI), TII->get(AMDGPU::PAD)); in runOnMachineFunction()
|