HomeSort by relevance Sort by last modified time
    Searched refs:PAD (Results 1 - 19 of 19) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
sbsdpcmdev.h 31 #ifndef PAD
32 #define _PADLINE(line) pad ## line
34 #define PAD _XSTR(__LINE__)
35 #endif /* PAD */
40 uint32 PAD[2];
42 uint32 PAD[2];
49 uint32 PAD[92];
56 uint32 PAD[108];
63 uint32 PAD[116];
70 uint32 PAD[1]
    [all...]
bcmpcispi.h 28 #ifndef PAD
29 #define _PADLINE(line) pad ## line
31 #define PAD _XSTR(__LINE__)
32 #endif /* PAD */
68 uint32 PAD[4]; /* 0x10-0x1F PADDING */
72 uint32 PAD[6]; /* 0x28-0x3F PADDING */
79 uint32 PAD[4]; /* 0x50-0x5F PADDING */
83 uint32 PAD[1]; /* 0x68 PADDING */
85 uint32 PAD[4]; /* 0x70-0x7F PADDING */
86 uint32 PAD[8]; /* 0x80-0x9F PADDING *
    [all...]
aidmp.h 120 uint32 PAD[6];
123 uint32 PAD[6];
126 uint32 PAD[6];
129 uint32 PAD[38];
132 uint32 PAD[6];
135 uint32 PAD[6];
138 uint32 PAD[6];
141 uint32 PAD[38];
144 uint32 PAD[6];
147 uint32 PAD[6]
    [all...]
sbconfig.h 32 #ifndef PAD
33 #define _PADLINE(line) pad ## line
35 #define PAD _XSTR(__LINE__)
81 uint32 PAD[2];
83 uint32 PAD[3];
85 uint32 PAD[11];
87 uint32 PAD;
89 uint32 PAD[3];
91 uint32 PAD;
93 uint32 PAD;
    [all...]
sbsocram.h 34 #ifndef PAD
35 #define _PADLINE(line) pad ## line
37 #define PAD _XSTR(__LINE__)
59 uint32 PAD[17];
65 uint32 PAD[84];
sbchipc.h 38 #ifndef PAD
39 #define _PADLINE(line) pad ## line
41 #define PAD _XSTR(__LINE__)
54 uint32 PAD;
72 uint32 PAD[1];
109 uint32 PAD[2];
115 uint32 PAD[1];
120 uint32 PAD[13];
138 uint32 PAD[4];
139 uint32 PAD[40]
    [all...]
sdio.h 141 #define SDIO_SEPINT_MASK 0x01 /* route sdpcmdev intr onto separate pad (chip-specific) */
142 #define SDIO_SEPINT_OE 0x02 /* 1 asserts output enable for above pad */
150 uint8 PAD[6]; /* reserved */
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 48 unsigned char PAD[16], ctr[16], CTRPAD[16], b;
143 PAD[x++] = (unsigned char)(((headerlen > 0) ? (1<<6) : 0) |
149 PAD[x++] = nonce[y];
162 PAD[x++] = 0;
165 PAD[x++] = (unsigned char)((len >> 24) & 255);
169 /* encrypt PAD */
170 if ((err = cipher_descriptor[cipher].ecb_encrypt(PAD, PAD, skey)) != CRYPT_OK) {
180 PAD[x++] ^= (headerlen>>8) & 255;
181 PAD[x++] ^= headerlen & 255
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
Base64.java 27 * Byte used to pad output.
29 static final byte PAD = (byte) '=';
85 while (base64Data[lastData - 1] == PAD) {
101 if (marker0 != PAD && marker1 != PAD) {
102 //No PAD e.g 3cQl
110 } else if (marker0 == PAD) {
111 //Two PAD e.g. 3c[Pad][Pad]
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 91 * Byte used to pad output.
93 static final byte PAD = (byte) '=';
135 if (octect == PAD) {
330 encodedData[encodedIndex + 2] = PAD;
331 encodedData[encodedIndex + 3] = PAD;
348 encodedData[encodedIndex + 3] = PAD;
393 while (base64Data[lastData - 1] == PAD) {
409 if (marker0 != PAD && marker1 != PAD) {
410 //No PAD e.g 3cQ
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.5-2.js 122 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
15.1.2.4.js 144 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
15.1.2.5-1.js 144 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
15.1.2.5-3.js 145 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
  /external/chromium/third_party/icu/source/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /external/icu4c/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /bionic/libc/stdio/
vfprintf.c 151 #define ZEROPAD 0x0080 /* zero (as opposed to blank) pad */
205 #define PADSIZE 16 /* pad chunk size */
212 * BEWARE, these `goto error' on error, and PAD uses `n'.
225 #define PAD(howmany, with) do { \
713 * floating precision; finally, if LADJUST, pad with blanks.
715 * Compute actual size, so we know how much to pad.
726 PAD(width - realsz, blanks);
739 PAD(width - realsz, zeroes);
742 PAD(dprec - size, zeroes);
755 PAD(ndig - 1, zeroes)
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 381 final int PAD = 0, LETTERS = 1, NUMBERS = 2;
402 int nextState = PAD;
  /external/jdiff/
xerces.jar 

Completed in 4011 milliseconds