HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 251 - 275 of 9702) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 15 more code here
  /external/mesa3d/src/mapi/mapi/
entry_x86-64_tls.h 91 char *code = (char *) entry; local
92 *((unsigned int *) (code + 12)) = slot * sizeof(mapi_func);
105 void *code; local
113 code = u_execmem_alloc(sizeof(code_templ));
114 if (!code)
117 memcpy(code, code_templ, sizeof(code_templ));
119 *((unsigned int *) (code + 5)) = addr;
120 entry = (mapi_func) code;
entry_x86_tls.h 118 char *code = (char *) entry; local
119 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
130 void *code; local
133 code = u_execmem_alloc(sizeof(code_templ));
134 if (!code)
137 memcpy(code, code_templ, sizeof(code_templ));
139 *((unsigned long *) (code + 2)) = x86_current_tls();
140 entry = (mapi_func) code;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon32313
35 01000000 - invalid code
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon33352
35 01000000 - invalid code
    [all...]
  /external/qemu/include/android/
user-events.h 16 * QEMU-specific and UI-specific code.
25 void user_event_generic(int type, int code, int value);
31 typedef void QEMUPutGenericEvent(void* opaque, int type, int code, int value);
  /external/robolectric/src/main/java/android/os/
ShadowBinderBridge.java 13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
14 return realBinder.onTransact(code, data, reply, flags);
  /external/wpa_supplicant_8/src/eap_common/
eap_wsc_common.c 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code)
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
  /external/zlib/src/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code codes[ENOUGH]; /* space for code tables *
    [all...]
inftree9.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon37534
35 01000000 - invalid code
    [all...]
  /external/zlib/src/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon37550
35 01000000 - invalid code
    [all...]
  /frameworks/av/media/mtp/
MtpEventPacket.h 42 inline void setEventCode(MtpEventCode code)
43 { return setContainerCode(code); }
MtpRequestPacket.h 44 inline void setOperationCode(MtpOperationCode code)
45 { return setContainerCode(code); }
MtpResponsePacket.h 42 inline void setResponseCode(MtpResponseCode code)
43 { return setContainerCode(code); }
  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 25 boolean sendResult(int code, String data, in Bundle ex);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compobj.h 7 #warning Your code should include objbase.h instead of compobj.h
dispatch.h 7 #warning Your code should include oleauto.h instead of dispatch.h
dvobj.h 7 #warning Your code should include ole2.h instead of dvobj.h
moniker.h 7 #warning Your code should include objbase.h instead of moniker.h header file.
olectlid.h 6 #warning Your code should include olectl.h instead of olectlid.h header file.
storage.h 7 #warning Your code should include objbase.h instead of storage.h header file.
  /prebuilts/misc/common/swig/include/2.0.11/go/
exception.i 6 #define SWIG_exception(code, msg) _swig_gopanic(msg)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ucnhash.h 18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 24 // These first methods are also called by native code, so must
26 int checkOperation(int code, int uid, String packageName);
27 int noteOperation(int code, int uid, String packageName);
28 int startOperation(IBinder token, int code, int uid, String packageName);
29 void finishOperation(IBinder token, int code, int uid, String packageName);
38 void setMode(int code, int uid, String packageName, int mode);
40 int checkAudioOperation(int code, int usage, int uid, String packageName);
41 void setAudioRestriction(int code, int usage, int uid, int mode, in String[] exceptionPackages);

Completed in 1983 milliseconds

<<11121314151617181920>>