Searched defs:pad (Results 1 - 25 of 216) sorted by relevance

123456789

/external/compiler-rt/lib/asan/lit_tests/SharedLibs/
H A Dshared-lib-test-so.cc15 int pad[10]; variable
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-nsieve.js6 function pad(number,width){ function
H A Dbitops-nsieve-bits.js6 function pad(n,width) { function
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-nsieve.js6 function pad(number,width){ function
H A Dbitops-nsieve-bits.js6 function pad(n,width) { function
/external/clang/test/CodeGen/
H A D2008-01-04-WideBitfield.c5 unsigned char pad : 4; member in struct:X
/external/expat/amiga/
H A Dexpat_base.h35 uint16 pad; member in struct:ExpatBase
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl198 $sec = pad($sec, '0', 2);
199 $min = pad($min, '0', 2);
200 $hour = pad($hour, '0', 2);
201 $mon = pad($mon, '0', 2);
202 $mday = pad($mday, '0', 2);
207 sub pad { subroutine
208 my ($text, $pad, $length) = @_;
210 $text = "$pad$text";
/external/iptables/include/linux/netfilter/
H A Dxt_quota.h13 __u32 pad; member in struct:xt_quota_info
H A Dxt_NFLOG.h16 __u16 pad; member in struct:xt_nflog_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_quota.h11 u_int32_t pad; member in struct:xt_quota_info
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb234 # [0,1,2].pad(6,"a") #=> [0,1,2,"a","a","a"]
239 # [0,1,2].pad(-6,"a") #=> ["a","a","a",0,1,2]
243 def pad( len, val=nil ) method in class:Array
252 # Like #pad but changes the array in place.
255 # a.pad!(6,"x")
260 def pad!( len, val=nil )
/external/elfutils/libebl/
H A Dlibebl.h334 uint8_t pad; /* Bytes of padding after register's data. */ member in struct:__anon5946
/external/freetype/src/psaux/
H A Dpsconv.c342 FT_UInt pad = 0x01; local
373 pad = ( pad << 4 ) | c;
374 if ( pad & 0x100 )
376 buffer[w++] = (FT_Byte)pad;
377 pad = 0x01;
381 if ( pad != 0x01 )
382 buffer[w++] = (FT_Byte)( pad << 4 );
/external/openssl/crypto/asn1/
H A Dx_bignum.c113 int pad; local
117 if(BN_num_bits(bn) & 0x7) pad = 0;
118 else pad = 1;
120 if(pad) *cont++ = 0;
123 return pad + BN_num_bytes(bn);
/external/valgrind/main/none/tests/s390x/
H A Dstcke.c8 char pad; member in struct:stcke::reader
H A Dclcle.c16 register unsigned long pad asm ("6") = _pad;
24 : "d" (pad)
35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) argument
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
47 void multiplex(unsigned long l1, unsigned long l3, char pad) argument
49 testrun(b1, l1, b1, l3, pad);
50 testrun(b1, l1, b2, l3, pad);
51 testrun(b1, l1, b3, l3, pad);
52 testrun(b1, l1, b4, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.c167 * There is a requirement to pad args, so that args
209 int pad; local
234 pad = (((ulong)iterator->arg) -
238 if (pad)
240 (rt_sizes[iterator->arg_index] >> 4) - pad;
H A Dbase64.c102 int pad = 0; local
130 pad++;
138 if (pad) {
139 if (pad == 1)
141 else if (pad == 2)
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.c167 * There is a requirement to pad args, so that args
209 int pad; local
234 pad = (((ulong)iterator->arg) -
238 if (pad)
240 (rt_sizes[iterator->arg_index] >> 4) - pad;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c167 * There is a requirement to pad args, so that args
209 int pad; local
234 pad = (((ulong)iterator->arg) -
238 if (pad)
240 (rt_sizes[iterator->arg_index] >> 4) - pad;
/external/icu4c/test/intltest/
H A Dnumfmtst.h215 int32_t pos, int32_t width, UChar pad);
218 int32_t pos, int32_t width, UChar pad) {
219 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
223 int32_t pos, int32_t width, const UnicodeString& pad);
226 int32_t pos, int32_t width, const UnicodeString& pad) {
227 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
217 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos, int32_t width, UChar pad) argument
225 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos, int32_t width, const UnicodeString& pad) argument
/external/icu4c/tools/genrb/
H A Drbutil.c66 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) argument
87 while (length < pad){
101 num= (pad>=length) ? pad :length;
/external/qemu/
H A Dcompatfd.h37 uint8_t pad[48]; /* Pad size to 128 bytes (allow for member in struct:qemu_signalfd_siginfo
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-omac1.c16 static void gf_mulx(u8 *pad) argument
20 carry = pad[0] & 0x80;
22 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
23 pad[AES_BLOCK_SIZE - 1] <<= 1;
25 pad[AES_BLOCK_SIZE - 1] ^= 0x87;
46 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local
78 os_memset(pad, 0, AES_BLOCK_SIZE);
79 aes_encrypt(ctx, pad, pa
[all...]

Completed in 600 milliseconds

123456789