Searched defs:functionOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_entrypoint.c51 get_entrypoint_address(unsigned int functionOffset) argument
54 + (DISPATCH_FUNCTION_SIZE * functionOffset));
92 generate_entrypoint(unsigned int functionOffset) argument
105 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset );
267 generate_entrypoint(GLuint functionOffset) argument
285 code[0] = template[0] | (functionOffset & 0x3fffff);
319 generate_entrypoint(GLuint functionOffset) argument
321 (void) functionOffset;
/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c51 get_entrypoint_address(unsigned int functionOffset) argument
54 + (DISPATCH_FUNCTION_SIZE * functionOffset));
92 generate_entrypoint(unsigned int functionOffset) argument
105 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset );
267 generate_entrypoint(GLuint functionOffset) argument
285 code[0] = template[0] | (functionOffset & 0x3fffff);
319 generate_entrypoint(GLuint functionOffset) argument
321 (void) functionOffset;
/external/libcxxabi/include/mach-o/
H A Dcompact_unwind_encoding.h423 uint32_t functionOffset; member in struct:unwind_info_section_header_index_entry
430 uint32_t functionOffset; member in struct:unwind_info_section_header_lsda_index_entry
443 uint32_t functionOffset; member in struct:unwind_info_regular_second_level_entry
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp223 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionIndexArray
226 functionOffset));
274 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionRegularArray
277 functionOffset));
331 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionCompressedArray
350 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionLsdaArray
353 index, functionOffset));
604 uint32_t functionOffset; member in struct:libunwind::EHABIIndexEntry
663 EHABIIndexEntry, _i, functionOffset);
906 //mid, low, high, topIndex.functionOffset(mi
[all...]

Completed in 114 milliseconds