| /external/kernel-headers/original/uapi/asm-x86/asm/ |
| D | a.out.h | 4 struct exec struct 6 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 7 unsigned a_text; /* length of text, in bytes */ 8 unsigned a_data; /* length of data, in bytes */ 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 10 unsigned a_syms; /* length of symbol table data in file, in bytes */ 11 unsigned a_entry; /* start address */ 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
| /external/kernel-headers/original/uapi/asm-arm/asm/ |
| D | a.out.h | 7 struct exec struct 9 __u32 a_info; /* Use macros N_MAGIC, etc for access */ 10 __u32 a_text; /* length of text, in bytes */ 11 __u32 a_data; /* length of data, in bytes */ 12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */ 13 __u32 a_syms; /* length of symbol table data in file, in bytes */ 14 __u32 a_entry; /* start address */ 15 __u32 a_trsize; /* length of relocation info for text, in bytes */ 16 __u32 a_drsize; /* length of relocation info for data, in bytes */
|
| /external/chromium_org/third_party/skia/forth/ |
| D | StdWords.cpp | 110 virtual void exec(ForthEngine* fe) { in exec() function in add_ForthWord 116 virtual void exec(ForthEngine* fe) { in exec() function in sub_ForthWord 122 virtual void exec(ForthEngine* fe) { in exec() function in mul_ForthWord 128 virtual void exec(ForthEngine* fe) { in exec() function in div_ForthWord 134 virtual void exec(ForthEngine* fe) { in exec() function in mod_ForthWord 140 virtual void exec(ForthEngine* fe) { in exec() function in divmod_ForthWord 148 virtual void exec(ForthEngine* fe) { in exec() function in dot_ForthWord 155 virtual void exec(ForthEngine* fe) { in exec() function in abs_ForthWord 163 virtual void exec(ForthEngine* fe) { in exec() function in negate_ForthWord 168 virtual void exec(ForthEngine* fe) { in exec() function in min_ForthWord [all …]
|
| /external/mesa3d/src/mesa/vbo/ |
| D | vbo_exec_eval.c | 36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1() 42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2() 48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1() 58 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2() 68 void vbo_exec_eval_update( struct vbo_exec_context *exec ) in vbo_exec_eval_update() 142 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) in vbo_exec_do_EvalCoord1f() 186 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, in vbo_exec_do_EvalCoord2f()
|
| D | vbo_exec_draw.c | 45 vbo_exec_debug_verts( struct vbo_exec_context *exec ) in vbo_exec_debug_verts() 75 vbo_copy_vertices( struct vbo_exec_context *exec ) in vbo_copy_vertices() 164 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local 267 vbo_exec_vtx_unmap( struct vbo_exec_context *exec ) in vbo_exec_vtx_unmap() 299 vbo_exec_vtx_map( struct vbo_exec_context *exec ) in vbo_exec_vtx_map() 379 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush()
|
| D | vbo_exec.c | 39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init() local 67 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy() local 86 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_invalidate_state() local
|
| D | vbo_exec_api.c | 67 static void vbo_exec_wrap_buffers( struct vbo_exec_context *exec ) in vbo_exec_wrap_buffers() 117 void vbo_exec_vtx_wrap( struct vbo_exec_context *exec ) in vbo_exec_vtx_wrap() 151 static void vbo_exec_copy_to_current( struct vbo_exec_context *exec ) in vbo_exec_copy_to_current() 211 vbo_exec_copy_from_current(struct vbo_exec_context *exec) in vbo_exec_copy_from_current() 238 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex() 370 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local 553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) in vbo_exec_FlushVertices_internal() 574 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f() local 601 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f() local 808 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_Begin() local [all …]
|
| /external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
| D | vbo_exec_eval.c | 36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1() 42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2() 48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1() 58 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2() 68 void vbo_exec_eval_update( struct vbo_exec_context *exec ) in vbo_exec_eval_update() 142 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) in vbo_exec_do_EvalCoord1f() 186 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, in vbo_exec_do_EvalCoord2f()
|
| D | vbo_exec_draw.c | 45 vbo_exec_debug_verts( struct vbo_exec_context *exec ) in vbo_exec_debug_verts() 75 vbo_copy_vertices( struct vbo_exec_context *exec ) in vbo_copy_vertices() 164 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local 267 vbo_exec_vtx_unmap( struct vbo_exec_context *exec ) in vbo_exec_vtx_unmap() 299 vbo_exec_vtx_map( struct vbo_exec_context *exec ) in vbo_exec_vtx_map() 379 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush()
|
| D | vbo_exec.c | 39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init() local 67 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy() local 86 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_invalidate_state() local
|
| D | vbo_exec_api.c | 67 static void vbo_exec_wrap_buffers( struct vbo_exec_context *exec ) in vbo_exec_wrap_buffers() 117 void vbo_exec_vtx_wrap( struct vbo_exec_context *exec ) in vbo_exec_vtx_wrap() 151 static void vbo_exec_copy_to_current( struct vbo_exec_context *exec ) in vbo_exec_copy_to_current() 211 vbo_exec_copy_from_current(struct vbo_exec_context *exec) in vbo_exec_copy_from_current() 238 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex() 370 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local 553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) in vbo_exec_FlushVertices_internal() 574 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f() local 601 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f() local 808 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_Begin() local [all …]
|
| /external/deqp/framework/referencerenderer/ |
| D | rrPrimitiveAssembler.hpp | 80 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 97 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 142 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 205 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 222 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 248 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 296 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 358 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 375 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 444 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function [all …]
|
| /external/qemu/hw/core/ |
| D | loader.c | 165 struct exec struct 178 static void bswap_ahdr(struct exec *e) in bswap_ahdr() argument 193 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
|
| /external/kernel-headers/original/uapi/linux/ |
| D | a.out.h | 43 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 46 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 47 #define N_SET_INFO(exec, magic, type, flags) \ argument 51 #define N_SET_MAGIC(exec, magic) \ argument 54 #define N_SET_MACHTYPE(exec, machtype) \ argument 58 #define N_SET_FLAGS(exec, flags) \ argument
|
| /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
| D | AbstractListenableFutureTest.java | 167 ExecutorService exec = Executors.newCachedThreadPool(); in testListenersNotifiedOnError() local 212 ExecutorService exec = Executors.newCachedThreadPool(); in testAllListenersCompleteSuccessfully() local
|
| /external/mesa3d/src/mesa/main/ |
| D | api_exec.c | 125 struct _glapi_table *exec; in _mesa_create_exec_table() local
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| D | api_exec.c | 125 struct _glapi_table *exec; in _mesa_create_exec_table() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | itmajor.cpp | 50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() 214 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | itrbbi.cpp | 35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | ittrans.cpp | 37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* pa… in runIndexedTest()
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| D | itmajor.cpp | 50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() 214 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | itrbbi.cpp | 35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | ittrans.cpp | 37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* pa… in runIndexedTest()
|
| /external/chromium_org/v8/test/mjsunit/bugs/ |
| D | bug-617.js | 36 RegExp.prototype.exec = make_sure_we_dont_get_here; method in RegExp
|
| /external/chromium_org/third_party/libxml/src/ |
| D | testAutomata.c | 39 xmlRegExecCtxtPtr exec = NULL; in testRegexpFile() local 226 xmlRegExecCtxtPtr exec; in main() local
|