HomeSort by relevance Sort by last modified time
    Searched refs:entrypoint (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /art/runtime/arch/mips/
entrypoints_direct_mips.h 24 /* Returns true if entrypoint contains direct reference to
27 static constexpr bool IsDirectEntrypoint(QuickEntrypointEnum entrypoint) {
29 entrypoint == kQuickInstanceofNonTrivial ||
30 entrypoint == kQuickA64Load ||
31 entrypoint == kQuickA64Store ||
32 entrypoint == kQuickFmod ||
33 entrypoint == kQuickFmodf ||
34 entrypoint == kQuickMemcpy ||
35 entrypoint == kQuickL2d ||
36 entrypoint == kQuickL2f |
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.h 46 enum pipe_video_entrypoint entrypoint,
vl_decoder.c 50 enum pipe_video_entrypoint entrypoint,
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
vl_mpeg12_decoder.h 109 enum pipe_video_entrypoint entrypoint,
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 68 static char * entrypoint_string(VAEntrypoint entrypoint)
70 switch (entrypoint) {
82 return "<unknown entrypoint>";
94 VAEntrypoint entrypoint, entrypoints[10]; local
144 for (entrypoint = 0; entrypoint < num_entrypoint; entrypoint++)
145 printf(" %-32s: %s\n", profile_str, entrypoint_string(entrypoints[entrypoint]));
  /art/runtime/entrypoints/quick/
quick_entrypoints_enum.h 55 template <QuickEntrypointEnum entrypoint, typename... Types>
66 bool EntrypointCanTriggerGC(QuickEntrypointEnum entrypoint);
quick_entrypoints_enum.cc 74 bool EntrypointCanTriggerGC(QuickEntrypointEnum entrypoint) {
75 switch (entrypoint) {
  /external/mesa3d/src/gallium/state_trackers/va/
va_config.c 85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs)
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_main.c 44 unsigned long entrypoint,
58 /* Validate the entrypoint using platform pm_ops */
60 rc = psci_plat_pm_ops->validate_ns_entrypoint(entrypoint);
72 rc = psci_get_ns_ep_info(&ep, entrypoint, context_id);
97 unsigned long entrypoint,
122 /* Validate the entrypoint using platform pm_ops */
124 rc = psci_plat_pm_ops->validate_ns_entrypoint(entrypoint);
151 rc = psci_get_ns_ep_info(&ep, entrypoint, context_id);
171 int psci_system_suspend(unsigned long entrypoint,
178 /* Validate the entrypoint using platform pm_ops *
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_priv.h 65 /* entrypoint */
76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
84 * Size (in bytes) of dispatch function (entrypoint).
glapi_entrypoint.c 87 * Generate a dispatch function (entrypoint) which jumps through
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset)
119 GLubyte * const code = (GLubyte *) entrypoint;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
302 unsigned int *code = (unsigned int *) entrypoint;
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
330 (void) entrypoint;
  /hardware/intel/common/libva/va/
va_fool.c 78 VAEntrypoint entrypoint; /* current entrypoint */ member in struct:fool_context
173 VAEntrypoint entrypoint,
181 fool_ctx->entrypoint = entrypoint;
189 if (((fool_codec & VA_FOOL_FLAG_DECODE) && (entrypoint == VAEntrypointVLD)) ||
190 ((fool_codec & VA_FOOL_FLAG_JPEG) && (entrypoint == VAEntrypointEncPicture)))
192 else if ((fool_codec & VA_FOOL_FLAG_ENCODE) && (entrypoint == VAEntrypointEncSlice)) {
335 if (fool_ctx->entrypoint == VAEntrypointEncSlice)
337 else if (fool_ctx->entrypoint == VAEntrypointEncPicture
    [all...]
va_fool.h 54 VAEntrypoint entrypoint,
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
context_mgmt.h 56 void cm_set_elr_el3(uint32_t security_state, uint64_t entrypoint);
58 uint64_t entrypoint, uint32_t spsr);
  /external/selinux/libsepol/tests/policies/test-expander/
base-base-only.conf 14 entrypoint
  /hardware/intel/common/libva/test/basic/
test_06.c 88 VAEntrypoint entrypoint = -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
98 ASSERT( entrypoint == entrypoints[j] );
test_common.c 118 #define ENTRYPOINT(profile) case VAEntrypoint##profile: return("VAEntrypoint" #profile);
120 const char *entrypoint2string(VAEntrypoint entrypoint)
122 switch(entrypoint)
124 ENTRYPOINT(VLD)
125 ENTRYPOINT(IZZ)
126 ENTRYPOINT(IDCT)
127 ENTRYPOINT(MoComp)
128 ENTRYPOINT(Deblocking)
129 ENTRYPOINT(EncSlice)
130 ENTRYPOINT(EncPicture
    [all...]
  /hardware/intel/bootstub/
head.S 87 jmpl *%ecx # Jump to the 32-bit entrypoint
  /external/mesa3d/src/gbm/main/
backend.c 58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
  /external/icu/icu4c/source/common/
icuplug.cpp 52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
279 token = (*(plug->entrypoint))(plug, reason, status);
357 plug->entrypoint=NULL;
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName,
382 plug->entrypoint = entrypoint;
407 plug->entrypoint=0;
529 * Initialize a plugin fron an entrypoint and library - but don't load it.
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym
593 UPlugEntrypoint *entrypoint = NULL; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
dta.py 43 "entrypoint",
252 Creates a list of entrypoint, execute, and
253 type_transition rules for each entrypoint.
260 type The entrypoint type.
261 entry The list of entrypoint rules.
265 return [entrypoint_output(e, edge.entrypoint[e], edge.execute[e], edge.type_transition[e])
266 for e in edge.entrypoint]
282 entrypoints Generator which yields entrypoint-related rules.
317 # allow b b_exec:file entrypoint;
334 # 4. if file exec, entrypoint, or type_transition:process
586 entrypoint = EdgeAttrDict('entrypoint') variable in class:Edge
    [all...]
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 52 #define GET_INSTANCE_PROC_ADDR(inst, entrypoint) \
54 m_fp##entrypoint = (PFN_vk##entrypoint)vkGetInstanceProcAddr(inst, "vk" #entrypoint); \
55 if (m_fp##entrypoint == NULL) { \
56 ERR_EXIT("vkGetInstanceProcAddr failed to find vk" #entrypoint, "vkGetInstanceProcAddr Failure"); \
60 #define GET_DEVICE_PROC_ADDR(dev, entrypoint) \
62 m_fp##entrypoint = (PFN_vk##entrypoint)vkGetDeviceProcAddr(dev, "vk" #entrypoint); \
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
context_mgmt.c 118 * first use, and sets the initial entrypoint state as specified by the
205 * Store the X0-X7 value from the entrypoint into the context
294 * given security state with the given entrypoint
296 void cm_set_elr_el3(uint32_t security_state, uint64_t entrypoint)
306 write_ctx_reg(state, CTX_ELR_EL3, entrypoint);
314 uint64_t entrypoint, uint32_t spsr)
324 write_ctx_reg(state, CTX_ELR_EL3, entrypoint);
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /hardware/intel/img/psb_video/src/
psb_drv_video.c 129 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : driver_data->profile2Format[profile][entrypoint]) : NULL;
132 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : driver_data->profile2Format[profile][entrypoint]) : NULL;
249 static VAStatus psb__error_unsupported_profile_entrypoint(psb_driver_data_p driver_data, VAProfile profile, VAEntrypoint __maybe_unused entrypoint)
251 /* Does the driver support _any_ entrypoint for this profile? */
261 /* There is an entrypoint, so the profile is supported */
272 VAEntrypoint entrypoint,
281 format_vtable_p format_vtable = driver_data->profile2Format[profile][entrypoint];
285 format_vtable_p format_vtable = driver_data->profile2Format[profile][entrypoint];
    [all...]

Completed in 1088 milliseconds

1 2 3 4 5