HomeSort by relevance Sort by last modified time
    Searched defs:thunk (Results 1 - 7 of 7) sorted by null

  /system/core/libcutils/
qsort_r_compat.c 26 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
28 qsort_r(base, nel, width, thunk, compar);
34 * GNU qsort_r parameter order places the thunk parameter last.
38 void* thunk; member in struct:compar_data
44 return compar_data->compar(compar_data->thunk, a, b);
47 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
50 compar_data.thunk = thunk;
58 * Emulate qsort_r using thread local storage to access the thunk data.
66 void* thunk; member in struct:compar_data
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 78 /* Information about thunk, used only for same body aliases. */
81 /* Information about the thunk. */
87 /* Set to true when alias node is thunk. */
211 /* For normal nodes pointer to the list of alias and thunk nodes,
212 in alias/thunk nodes pointer to the normal node. */
234 struct cgraph_thunk_info thunk; variable in typeref:struct:cgraph_thunk_info
288 /* Set for alias and thunk nodes, same_body points to the node they are alias
393 this adjusting thunk. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 78 /* Information about thunk, used only for same body aliases. */
81 /* Information about the thunk. */
87 /* Set to true when alias node is thunk. */
211 /* For normal nodes pointer to the list of alias and thunk nodes,
212 in alias/thunk nodes pointer to the normal node. */
234 struct cgraph_thunk_info thunk; variable in typeref:struct:cgraph_thunk_info
288 /* Set for alias and thunk nodes, same_body points to the node they are alias
393 this adjusting thunk. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 78 /* Information about thunk, used only for same body aliases. */
81 /* Information about the thunk. */
87 /* Set to true when alias node is thunk. */
211 /* For normal nodes pointer to the list of alias and thunk nodes,
212 in alias/thunk nodes pointer to the normal node. */
234 struct cgraph_thunk_info thunk; variable in typeref:struct:cgraph_thunk_info
288 /* Set for alias and thunk nodes, same_body points to the node they are alias
393 this adjusting thunk. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 78 /* Information about thunk, used only for same body aliases. */
81 /* Information about the thunk. */
87 /* Set to true when alias node is thunk. */
211 /* For normal nodes pointer to the list of alias and thunk nodes,
212 in alias/thunk nodes pointer to the normal node. */
234 struct cgraph_thunk_info thunk; variable in typeref:struct:cgraph_thunk_info
288 /* Set for alias and thunk nodes, same_body points to the node they are alias
393 this adjusting thunk. */
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 73 private static int thunk = 0; field in class:RenderScript
79 if (thunk == 0) {
82 thunk = 1;
84 thunk = -1;
87 if (thunk == 1) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 293 milliseconds