HomeSort by relevance Sort by last modified time
    Searched refs:BYTE (Results 301 - 325 of 1380) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 84 BYTE type;
85 BYTE word;
305 BYTE pad1, pad2, pad3;
314 BYTE pad1, pad2, pad3;
342 BYTE pad1, pad2, pad3;
357 BYTE pad1, pad2;
366 BYTE pad1, pad2, pad3;
429 BYTE pad;
472 BYTE pad1, pad2, pad3;
483 BYTE pad1, pad2
    [all...]
syncproto.h 100 BYTE type;
127 BYTE type;
211 BYTE type;
280 BYTE type;
292 BYTE state;
293 BYTE pad0;
294 BYTE pad1;
334 BYTE type;
418 BYTE type;
423 BYTE pad0
    [all...]
mitmiscproto.h 42 BYTE pad0;
55 BYTE type; /* X_Reply */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xinput.h 165 BYTE bLeftTrigger;
166 BYTE bRightTrigger;
198 BYTE Type;
199 BYTE SubType;
213 BYTE UserIndex;
214 BYTE HidCode;
219 BYTE BatteryType;
220 BYTE BatteryLevel;
233 DWORD WINAPI XInputGetBatteryInformation(DWORD, BYTE, XINPUT_BATTERY_INFORMATION*);
opmapi.h 88 BYTE abOMAC[OPM_OMAC_SIZE];
94 BYTE abRequestedInformation[OPM_REQUESTED_INFORMATION_SIZE];
98 BYTE abEncryptedInitializationParameters[OPM_ENCRYPTED_INITIALIZATION_PARAMETERS_SIZE];
102 BYTE abRandomNumber[OPM_128_BIT_RANDOM_NUMBER_SIZE];
111 BYTE abParameters[OPM_GET_INFORMATION_PARAMETERS_SIZE];
119 BYTE abParameters[OPM_GET_INFORMATION_PARAMETERS_SIZE];
154 BYTE abParameters[OPM_CONFIGURE_SETTING_DATA_SIZE];
158 BYTE abKeySelectionVector[OPM_HDCP_KEY_SELECTION_VECTOR_SIZE];
169 BYTE Reserved[11];
170 BYTE Reserved2[16]
    [all...]
raseapif.h 84 BYTE Code;
85 BYTE Id;
86 BYTE Length[2];
87 BYTE Data[1];
98 BYTE bInitialId;
145 DWORD WINAPI RasEapFreeMemory(BYTE *pMemory);
146 DWORD WINAPI RasEapInvokeInteractiveUI(DWORD dwEapTypeId,HWND hwndParent,BYTE *pUIContextData,DWORD dwSizeOfUIContextData,BYTE **ppDataFromInteractiveUI,DWORD *pdwSizeOfDataFromInteractiveUI);
147 DWORD WINAPI RasEapInvokeConfigUI(DWORD dwEapTypeId,HWND hwndParent,DWORD dwFlags,BYTE *pConnectionDataIn,DWORD dwSizeOfConnectionDataIn,BYTE **ppConnectionDataOut,DWORD *pdwSizeOfConnectionDataOut)
    [all...]
dmusicf.h 434 BYTE bStatus;
435 BYTE bByte1;
436 BYTE bByte2;
448 BYTE bType;
449 BYTE bCurveShape;
450 BYTE bCCData;
451 BYTE bFlags;
486 BYTE bBeatsPerMeasure;
487 BYTE bBeat;
503 BYTE bGrooveBottom
    [all...]
mdbrole.hxx 28 HRESULT ROLDLLEXP ROLEAPI HrParseRoleSid(PSID psid,long cbNameBuffer,char rgchName[],ULONG *pptagrole,BYTE *prolescope);
29 HRESULT ROLDLLEXP ROLEAPI HrConstructRoleSid(char *szRoleName,BYTE rolescope,ULONG ptagrole,PSID *ppsid);
napprotocol.h 44 BYTE *vendorSpecificData;
49 BYTE *data;
  /external/tpm2/
stubs_hash.c 14 BYTE * key, // IN: the HMAC key
21 BYTE *pb; // temp pointer
65 BYTE * dOut // OUT: hash digest
68 BYTE digest[MAX_DIGEST_SIZE];
84 const char *label, // IN: a 0-byte terminated label used in KDF
88 BYTE * keyStream, // OUT: key buffer
100 BYTE *stream = keyStream;
101 BYTE marshaledUint32[4];
108 // Prepare label buffer. Calculate its size and keep the last 0 byte
143 _cpri__UpdateHash(&hashState, lLen, (BYTE *)label)
    [all...]
CpriRSA.c 256 BYTE *dInOut, // OUT: the encrypted data
261 BYTE exponent[4];
292 BYTE *dInOut, // IN/OUT: the decrypted data
334 BYTE *padded, // OUT: the pad data
338 BYTE *message // IN: the message being padded
340 , BYTE *testSeed // IN: optional seed used for testing.
347 BYTE mySeed[MAX_DIGEST_SIZE];
348 BYTE *seed = mySeed;
350 BYTE mask[MAX_RSA_KEY_BYTES];
351 BYTE *pp
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
various.i 129 * char *BYTE typemaps.
130 * These are input typemaps for mapping a Java byte[] array to a C char array.
138 * byte b[] = new byte[20];
141 %typemap(jni) char *BYTE "jbyteArray"
142 %typemap(jtype) char *BYTE "byte[]"
143 %typemap(jstype) char *BYTE "byte[]"
144 %typemap(in) char *BYTE {
    [all...]
  /external/boringssl/win-x86_64/crypto/rc4/
rc4-x86_64.asm 40 mov r10b,BYTE[((-8))+rdi]
41 mov cl,BYTE[((-4))+rdi]
67 xor dl,BYTE[r12]
68 mov BYTE[r13*1+r12],dl
84 mov r8b,BYTE[rdx*4+rdi]
92 mov r8b,BYTE[rdx*4+rdi]
100 mov r8b,BYTE[rdx*4+rdi]
108 mov r8b,BYTE[rdx*4+rdi]
116 mov r8b,BYTE[rdx*4+rdi]
124 mov r8b,BYTE[rdx*4+rdi
    [all...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java 41 " <Metric source=\"com.android.compatibility.common.util.ReportLogTest#%s\" message=\"Sample\" score_type=\"higher_better\" score_unit=\"byte\">\r\n" +
68 mReportLog.setSummary("Sample", 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
79 mReportLog.setSummary("Sample", 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
113 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
121 metric = new Metric(source, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
128 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
136 metric = new Metric(SOURCE, message, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
144 ResultUnit.BYTE);
150 metric = new Metric(SOURCE, MESSAGE, values, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
  /external/dbus/test/data/invalid-messages/
not-nul-header-padding.message 1 ## has one non-nul byte in header padding
20 ## kill a padding byte and replace it
22 BYTE 'q'
too-much-header-padding.message 1 ## has one byte extra header padding
20 BYTE 0
  /external/dbus/test/data/valid-messages/
recursive-types.message 76 TYPE BYTE
77 BYTE '4'
83 TYPE BYTE
84 BYTE '5'
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
BufferLock.h 49 BYTE **ppbScanLine0, // Receives a pointer to the start of scan line 0.
63 BYTE *pData = NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xwindows.h 58 #define BYTE wBYTE
64 #undef BYTE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
mitmiscproto.h 42 BYTE pad0;
55 BYTE type; /* X_Reply */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 57 ** A null byte may be inserted here to make
68 ** byte-order, i.e., least-significant byte first.
71 ** matters. Terminfo format is a raw byte layout, not a structure
80 #undef BYTE
81 #define BYTE(p,n) (unsigned char)((p)[n])
83 #define IS_NEG1(p) ((BYTE(p,0) == 0377) && (BYTE(p,1) == 0377))
84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xwindows.h 58 #define BYTE wBYTE
64 #undef BYTE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 57 ** A null byte may be inserted here to make
68 ** byte-order, i.e., least-significant byte first.
71 ** matters. Terminfo format is a raw byte layout, not a structure
80 #undef BYTE
81 #define BYTE(p,n) (unsigned char)((p)[n])
83 #define IS_NEG1(p) ((BYTE(p,0) == 0377) && (BYTE(p,1) == 0377))
84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec807.s 3 BYTE "aaaaaaaa"
  /device/google/contexthub/firmware/misc/variant/common/
stm32f4xx.bl.lkr 39 BYTE (0xff) ;
43 /* at least a byte of code is needed, or ld cannot locate "__code_start" symbol properly */
46 BYTE (0xff) ;

Completed in 1038 milliseconds

<<11121314151617181920>>