Home
last modified time | relevance | path

Searched defs:target (Results 1826 - 1850 of 2298) sorted by relevance

1...<<71727374757677787980>>...92

/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.cpp2037 UChar *target; in ucnv_MBCSSingleToUnicodeWithOffsets() local
1105 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) _extFromU() argument
1172 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) _extToU() argument
2189 UChar *target; ucnv_MBCSSingleToBMPWithOffsets() local
2469 UChar *target; ucnv_MBCSToUnicodeWithOffsets() local
3410 uint8_t *target; ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3642 uint8_t *target; ucnv_MBCSSingleFromUnicodeWithOffsets() local
3818 uint8_t *target; ucnv_MBCSSingleFromBMPWithOffsets() local
4075 uint8_t *target; ucnv_MBCSFromUnicodeWithOffsets() local
5025 uint8_t *target; ucnv_SBCSFromUTF8() local
5327 uint8_t *target; ucnv_DBCSFromUTF8() local
[all...]
H A Dunistr.cpp895 extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant) const extract() argument
928 toUTF8(int32_t start, int32_t len, char *target, int32_t capacity) const toUTF8() argument
944 extract(int32_t start, int32_t len, char *target, uint32_t dstSize) const extract() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1479 struct uvc_probe_commit_control1_1 *target; in fuvc_streaming_set() local
/third_party/icu/tools/colprobe/
H A Dcolprobe.cpp80 Line target; variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java2552 public void checkCountIn(UnicodeSetSpanner m, CountMethod countMethod, SpanCondition spanCondition, String target, int expected) { in checkCountIn() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1260 public void getStartEndSamples(Set<FixedDecimal> target) { in getStartEndSamples() argument
H A DUnicodeSet.java2883 public <T extends Collection<String>> T addAllTo(T target) { in addAllTo() argument
2893 public String[] addAllTo(String[] target) { in addAllTo() argument
4576 public static <T, U extends Collection<T>> U addAllTo(Iterable<T> source, U target) { in addAllTo() argument
4587 public static <T> T[] addAllTo(Iterable<T> source, T[] target) { in addAllTo() argument
[all...]
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h453 enum kgsl_cmdwindow_type target; member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c2455 uint32_t target; in ecma_builtin_array_prototype_object_copy_within() local
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c1034 xcb_pixmap_t target; in dri2_x11_copy_buffers() local
1162 dri2_x11_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_x11_create_image_khr() argument
/third_party/mesa3d/src/egl/main/
H A Deglapi.c1498 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() argument
1743 _eglCreateImageCommon(_EGLDisplay *disp, EGLContext ctx, EGLenum target, in _eglCreateImageCommon() argument
1768 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR() argument
1778 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImage() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c1718 nir_cursor target = nir_before_cf_list(&nir_shader_get_entrypoint(shader)->body); in move_rt_instructions() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1737 std::map<PhysReg, copy_operation>::iterator target = copy_map.find(new_reg_hi); in handle_operands() local
2380 const uint32_t target = branch->target[0]; lower_to_hw_instr() local
2393 for (unsigned i = block->index + 1; i < branch->target[0]; i++) { lower_to_hw_instr() local
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h310 struct agx_block *target; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h336 unsigned target; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp1329 remap_variables(ir_instruction *inst, struct gl_linked_shader *target, in remap_variables() argument
1334 remap_visitor(struct gl_linked_shader *target, hash_table *temps) in remap_variables() argument
1369 struct gl_linked_shader *target; remap_variables() member in __anon7179::find_assignment_visitor::remap_visitor
1403 move_non_declarations(exec_list *instructions, exec_node *last, bool make_copies, gl_linked_shader *target) move_non_declarations() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1967 unsigned target, usage; dri2_interop_export_object() local
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c678 tegra_stream_output_target_destroy(struct pipe_context *pcontext, struct pipe_stream_output_target *target) tegra_stream_output_target_destroy() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2289 si_get_sparse_texture_virtual_page_size(struct pipe_screen *screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) si_get_sparse_texture_virtual_page_size() argument
[all...]
H A Dradeon_vcn_dec.c66 get_h264_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_h264_picture_desc *pic) get_h264_msg() argument
291 get_h265_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_h265_picture_desc *pic) get_h265_msg() argument
504 get_vp9_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_vp9_picture_desc *pic) get_vp9_msg() argument
739 get_av1_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_av1_picture_desc *pic) get_av1_msg() argument
1700 rvcn_dec_message_decode(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) rvcn_dec_message_decode() argument
2546 radeon_dec_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) radeon_dec_begin_frame() argument
2569 radeon_dec_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) radeon_dec_decode_macroblock() argument
2582 radeon_dec_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) radeon_dec_decode_bitstream() argument
2624 send_cmd_dec(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) send_cmd_dec() argument
2667 radeon_dec_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) radeon_dec_end_frame() argument
2685 radeon_dec_jpeg_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) radeon_dec_jpeg_end_frame() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h146 unsigned target:4; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c1412 unsigned target; in nine_ff_build_ps() local
/third_party/node/src/
H A Dcares_wrap.cc1879 void Initialize(Local<Object> target, in Initialize() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc289 Set( Local<Context> context, Local<Object> target, Local<Value> name, MaybeLocal<T> maybe_value) Set() argument
H A Dcrypto_tls.cc329 Set( Environment* env, Local<Object> target, Local<String> name, const char* value, bool ignore_null = true) Set() argument
2087 Initialize( Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument

Completed in 70 milliseconds

1...<<71727374757677787980>>...92