Home
last modified time | relevance | path

Searched refs:trgt (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/fuzzer/
DMakefile.in78 $(foreach trgt,$(FUZZER_TARGETS), echo $(trgt); $(INVOKE) ./$(trgt) dummytestcase -q \
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp835 auto trgt = vf.temp_vec4(pin_group); in emit_image_size() local
844 … shader.emit_instruction(new LoadFromBuffer(trgt, {0, 1, 2, 3}, addr, R600_SHADER_BUFFER_INFO_SEL, in emit_image_size()
848 shader.emit_instruction(new AluInstr(op3_cnde_int, comp1, high_bit, trgt[0], trgt[2], in emit_image_size()
850 shader.emit_instruction(new AluInstr(op3_cnde_int, comp2, high_bit, trgt[1], trgt[3], in emit_image_size()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5275 ByteBuffer trgt = ByteBuffer.allocate(CCBufSize); in TestSCSUConverter() local
5328 trgt.clear(); in TestSCSUConverter()
5330 ccResult = encode.encode(ubuf, trgt, true); in TestSCSUConverter()
5334 trgt.limit(trgt.position()); in TestSCSUConverter()
5335 trgt.position(0); in TestSCSUConverter()
5336 ccResult = decode.decode(trgt, test, true); in TestSCSUConverter()
5661 CharBuffer trgt = CharBuffer.allocate(20); in TestAmbiguousConverter() local
5676 trgt.clear(); in TestAmbiguousConverter()
5678 result = decoder.decode(src, trgt, true); in TestAmbiguousConverter()