Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/kernel-headers/original/uapi/asm-x86/asm/
Da.out.h5 struct exec struct
7 unsigned int a_info; /* Use macros N_MAGIC, etc for access */
8 unsigned a_text; /* length of text, in bytes */
9 unsigned a_data; /* length of data, in bytes */
10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
11 unsigned a_syms; /* length of symbol table data in file, in bytes */
12 unsigned a_entry; /* start address */
13 unsigned a_trsize; /* length of relocation info for text, in bytes */
14 unsigned a_drsize; /* length of relocation info for data, in bytes */
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h115 for (const auto& exec : cpu_execs_) { in lastest_schedule_end_micros() local
124 for (const ExecMemory& exec : memory_execs_) { in requested_bytes() local
131 for (const ExecMemory& exec : memory_execs_) { in peak_bytes() local
138 for (const ExecMemory& exec : memory_execs_) { in residual_bytes() local
145 for (const ExecMemory& exec : memory_execs_) { in output_bytes() local
152 for (const ExecMemory& exec : memory_execs_) { in accelerator_temp_bytes() local
159 for (const ExecMemory& exec : memory_execs_) { in host_temp_bytes() local
166 for (const ExecMemory& exec : memory_execs_) { in accelerator_persistent_bytes() local
173 for (const ExecMemory& exec : memory_execs_) { in host_persistent_bytes() local
180 for (const ExecMemory& exec : memory_execs_) { in allocator_bytes_in_use() local
[all …]
Dtfprof_node.cc222 auto exec = execs_.find(step); in AddStepStat() local
246 for (const auto& exec : execs.second) { in accelerator_exec_micros() local
258 for (const auto& exec : execs.second) { in cpu_exec_micros() local
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c44 vbo_exec_debug_verts(struct vbo_exec_context *exec) in vbo_exec_debug_verts()
69 vbo_exec_copy_vertices(struct vbo_exec_context *exec) in vbo_exec_copy_vertices()
89 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
151 vbo_exec_vtx_unmap(struct vbo_exec_context *exec) in vbo_exec_vtx_unmap()
183 vbo_exec_buffer_has_space(struct vbo_exec_context *exec) in vbo_exec_buffer_has_space()
193 vbo_exec_vtx_map(struct vbo_exec_context *exec) in vbo_exec_vtx_map()
294 vbo_exec_vtx_flush(struct vbo_exec_context *exec) in vbo_exec_vtx_flush()
Dvbo_exec_eval.c36 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()
125 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) in vbo_exec_do_EvalCoord1f()
170 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, in vbo_exec_do_EvalCoord2f()
Dvbo_exec_api.c76 vbo_exec_wrap_buffers(struct vbo_exec_context *exec) in vbo_exec_wrap_buffers()
143 vbo_exec_vtx_wrap(struct vbo_exec_context *exec) in vbo_exec_vtx_wrap()
176 vbo_exec_copy_to_current(struct vbo_exec_context *exec) in vbo_exec_copy_to_current()
253 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex()
418 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local
675 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, unsigned flags) in vbo_exec_FlushVertices_internal()
709 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f() local
737 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f() local
814 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_Begin() local
868 try_vbo_merge(struct vbo_exec_context *exec) in try_vbo_merge()
[all …]
Dvbo_exec.c114 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init() local
129 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy() local
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc87 struct exec { struct
106 ((x).a_magic==ZMAGIC ? 0 : sizeof (struct exec)) argument
/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt1 project(exec C) project
32 add_executable(exec main.c) target
/external/igt-gpu-tools/lib/tests/
Dmeson.build34 exec = executable(lib_test, lib_test + '.c', install : false, variable
40 exec = executable(lib_test, lib_test + '.c', install : false, variable
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c92 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset()
116 static void emit_tile(struct vc4_exec_info *exec, in emit_tile()
247 static int vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_create_rcl_bo()
377 static int vc4_full_res_bounds_check(struct vc4_exec_info *exec, in vc4_full_res_bounds_check()
404 static int vc4_rcl_msaa_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_msaa_surface_setup()
428 static int vc4_rcl_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_surface_setup()
523 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_render_config_surface_setup()
581 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_rcl()
Dvc4_gem.c33 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl()
140 vc4_cl_validate(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_cl_validate()
Dvc4_validate.c97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo()
120 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle()
126 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos()
150 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_cma_object *fbo, in vc4_check_tex_size()
475 struct vc4_exec_info *exec) in vc4_validate_bin_cl()
553 reloc_tex(struct vc4_exec_info *exec, in reloc_tex()
733 struct vc4_exec_info *exec, in validate_gl_shader_rec()
911 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
/external/kernel-headers/original/uapi/linux/
Da.out.h44 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument
47 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument
48 #define N_SET_INFO(exec, magic, type, flags) \ argument
52 #define N_SET_MAGIC(exec, magic) \ argument
55 #define N_SET_MACHTYPE(exec, machtype) \ argument
59 #define N_SET_FLAGS(exec, flags) \ argument
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp80 …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/igt-gpu-tools/tests/i915/
Dgem_exec_basic.c48 struct drm_i915_gem_exec_object2 exec; in noop() local
68 struct drm_i915_gem_exec_object2 exec; in readonly() local
93 struct drm_i915_gem_exec_object2 *exec; in gtt() local
Dgem_request_retire.c66 struct drm_i915_gem_execbuffer2 exec; in blit() local
148 struct drm_i915_gem_execbuffer2 exec; in noop() local
/external/toolchain-utils/compiler_wrapper/
Denv.go23 exec(cmd *command) error methodSpec
73 func (env *processEnv) exec(cmd *command) error { func
99 func (env *commandRecordingEnv) exec(cmd *command) error { func
126 func (env *printingEnv) exec(cmd *command) error { func
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java161 ExecutorService exec = Executors.newCachedThreadPool(); in testListenersNotifiedOnError() local
209 ExecutorService exec = Executors.newCachedThreadPool(); in testAllListenersCompleteSuccessfully() local
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java161 ExecutorService exec = Executors.newCachedThreadPool(); in testListenersNotifiedOnError() local
209 ExecutorService exec = Executors.newCachedThreadPool(); in testAllListenersCompleteSuccessfully() local
/external/icu/icu4c/source/test/intltest/
Ditmajor.cpp52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
216 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
Ditrbbi.cpp28 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/targets/
DLambdaExpressionsTarget.java25 exec(() -> { in main() method
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DParallel.cpp57 static ConcRTExecutor exec; in getDefaultExecutor() local
116 static ThreadPoolExecutor exec; in getDefaultExecutor() local
/external/libxml2/
DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL; in testRegexpFile() local
226 xmlRegExecCtxtPtr exec; in main() local

12345678910>>...13