Home
last modified time | relevance | path

Searched refs:fixup (Results 1 - 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_serialize.cpp87 blob_write_uint32(blob, 0); // fixup count 0 in nv50_ir_prog_info_out_serialize()
89 nv50_ir::FixupInfo *fixup = (nv50_ir::FixupInfo *)info_out->bin.fixupData; in nv50_ir_prog_info_out_serialize() local
90 blob_write_uint32(blob, fixup->count); in nv50_ir_prog_info_out_serialize()
93 for (uint32_t i = 0; i < fixup->count; i++) { in nv50_ir_prog_info_out_serialize()
94 blob_write_uint32(blob, fixup->entry[i].val); in nv50_ir_prog_info_out_serialize()
95 assert(fixup->entry[i].apply); in nv50_ir_prog_info_out_serialize()
98 if (fixup->entry[i].apply == nv50_ir::nv50_interpApply) in nv50_ir_prog_info_out_serialize()
100 else if (fixup->entry[i].apply == nv50_ir::nvc0_interpApply) in nv50_ir_prog_info_out_serialize()
102 else if (fixup->entry[i].apply == nv50_ir::gk110_interpApply) in nv50_ir_prog_info_out_serialize()
104 else if (fixup in nv50_ir_prog_info_out_serialize()
197 nv50_ir::FixupInfo *fixup = nv50_ir_prog_info_out_deserialize() local
[all...]
H A Dnv50_ir_print.cpp940 nv50_ir::FixupInfo *fixup = (nv50_ir::FixupInfo *)info_out->bin.fixupData; in nv50_ir_prog_info_out_print() local
942 INFO(" \"count\":\"%d\"\n", fixup->count); in nv50_ir_prog_info_out_print()
944 for (unsigned int i = 0; i < fixup->count; i++) { in nv50_ir_prog_info_out_print()
946 fixup->entry[i].apply, fixup->entry[i].ipa, fixup->entry[i].reg, fixup->entry[i].loc); in nv50_ir_prog_info_out_print()
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py264 fixup = []
280 fixup.append( p.name )
286 printer.common_emit_fixups(fixup)
517 def common_emit_fixups(self, fixup):
520 if fixup:
522 for name in fixup:
552 fixup = ['row_length', 'skip_rows', 'alignment']
558 fixup = ['row_length', 'image_height', 'skip_rows', 'skip_images', 'alignment']
568 fixup.append( p.name )
572 self.common_emit_fixups(fixup)
[all...]
/third_party/musl/src/stat/
H A Dstatvfs.c28 static void fixup(struct statvfs *out, const struct statfs *in) in fixup() function
49 fixup(buf, &kbuf); in statvfs()
57 fixup(buf, &kbuf); in fstatvfs()
/third_party/python/Lib/test/test_tools/
H A Dtest_gprof2html.py18 def fixup(): function
20 self.addCleanup(fixup)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp74 /// Adjusts the value of a branch target before fixup application.
85 /// Adjusts the value of a relative branch target before fixup application.
98 /// 22-bit absolute fixup.
115 /// 7-bit PC-relative fixup.
128 /// 12-bit PC-relative fixup.
129 /// Yes, the fixup is 12 bits even though the name says otherwise.
142 /// 6-bit fixup for the immediate operand of the ADIW family of
154 /// 5-bit port number fixup on the SBIC family of instructions.
167 /// 6-bit port number fixup on the `IN` family of instructions.
192 void fixup(unsigne function
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc199 // Adds a relative jump source fixup at pos.
202 void AddJumpSourceFixup(int fixup, int pos);
203 // Adds a relative jump destination fixup at pos.
206 void AddJumpDestinationFixup(int fixup, int pos);
207 // Sets an absolute jump destination fixup at pos.
208 void SetJumpDestinationFixup(int fixup, int pos);
209 // Prepare internal structures used to fixup jumps.
242 // Key: Offset in old bytecode from where the fixup is valid.
247 // Key: Offset in old bytecode from where the fixup is valid.
488 // check for end of iterator inside the fixup loo in RegExpBytecodePeephole()
807 AddJumpSourceFixup(int fixup, int pos) AddJumpSourceFixup() argument
816 AddJumpDestinationFixup(int fixup, int pos) AddJumpDestinationFixup() argument
825 SetJumpDestinationFixup(int fixup, int pos) SetJumpDestinationFixup() argument
[all...]
H A Dregexp-bytecode-generator.cc40 int fixup = pos; in Bind() local
41 pos = *reinterpret_cast<int32_t*>(buffer_.data() + fixup); in Bind()
42 *reinterpret_cast<uint32_t*>(buffer_.data() + fixup) = pc_; in Bind()
43 jump_edges_.emplace(fixup, pc_); in Bind()
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c728 GElf_Addr fixup = module->l_ld - dyn_vaddr; in dwfl_segment_report_module() local
729 if ((fixup & (dwfl->segment_align - 1)) == 0 in dwfl_segment_report_module()
730 && module_start + fixup <= module->l_ld in dwfl_segment_report_module()
731 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()
733 module_start += fixup; in dwfl_segment_report_module()
734 module_end += fixup; in dwfl_segment_report_module()
735 dyn_vaddr += fixup; in dwfl_segment_report_module()
736 bias += fixup; in dwfl_segment_report_module()
H A Dsegment.c162 bool fixup = false; in reify_segments() local
229 fixup = true; in reify_segments()
235 if (fixup) in reify_segments()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c126 /* fixup R and dR used for t-mode detection */ in swap_colors()
127 static const uint8_t fixup[16] = { in swap_colors() local
135 buffer[0] = fixup[r2] | ((r2 & 0x0c) << 1) | (r2 & 0x03); in swap_colors()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c311 * we end up with |translation == NULL|, which is fine. The fixup in default_check()
355 * determined by a fixup function.
411 * special fixup function. in default_fixup_args()
1505 * a post-ctrl GET fixup. They all get NULL ctx, ctrl_cmd, ctrl_str,
2037 * fixup function has to handle this...
2137 * both for setting and getting. The fixup function has to handle this...
2178 * both for setting and getting. The fixup function has to handle this...
2644 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2664 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2672 ret = fixup(PRE_CTRL_TO_PARAM in evp_pkey_ctx_ctrl_to_param()
2714 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_ctrl_str_to_param() local
2777 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_setget_params_to_ctrl() local
2840 fixup_args_fn *fixup = default_fixup_args; evp_pkey_setget_params_to_ctrl() local
[all...]
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c311 * we end up with |translation == NULL|, which is fine. The fixup in default_check()
355 * determined by a fixup function.
411 * special fixup function. in default_fixup_args()
1502 * a post-ctrl GET fixup. They all get NULL ctx, ctrl_cmd, ctrl_str,
2028 * fixup function has to handle this...
2128 * both for setting and getting. The fixup function has to handle this...
2169 * both for setting and getting. The fixup function has to handle this...
2635 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2655 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2663 ret = fixup(PRE_CTRL_TO_PARAM in evp_pkey_ctx_ctrl_to_param()
2705 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_ctrl_str_to_param() local
2768 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_setget_params_to_ctrl() local
2831 fixup_args_fn *fixup = default_fixup_args; evp_pkey_setget_params_to_ctrl() local
[all...]
/third_party/python/Lib/re/
H A D_compiler.py241 def _optimize_charset(charset, iscased=None, fixup=None, fixes=None):
251 if fixup:
252 lo = fixup(av)
263 if fixup:
265 for i in map(fixup, r):
271 for i in map(fixup, r):
290 if fixup:
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h160 __m128i anegmask, bnegmask, fixup, fixup02, fixup13; in mm_mullohi_epi32() local
165 fixup = _mm_add_epi32(_mm_and_si128(anegmask, b), in mm_mullohi_epi32()
169 fixup02 = _mm_slli_epi64(fixup, 32); in mm_mullohi_epi32()
170 fixup13 = _mm_and_si128(fixup, _mm_set_epi32(-1,0,-1,0)); in mm_mullohi_epi32()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java386 fixup(scriptCode); in next()
522 private final void fixup(int scrptCode) in fixup() method in UScriptRun
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java388 fixup(scriptCode); in next()
524 private final void fixup(int scrptCode) in fixup() method in UScriptRun
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c618 struct agx_branch_fixup fixup = { in agx_pack_instr() local
623 util_dynarray_append(fixups, struct agx_branch_fixup, fixup); in agx_pack_instr()
670 util_dynarray_foreach(&fixups, struct agx_branch_fixup, fixup) in agx_pack_binary()
671 agx_fixup_branch(emission, *fixup); in agx_pack_binary()
/third_party/libwebsockets/lib/core-net/
H A Dpollfd.c406 char fixup = 0; in __remove_wsi_socket_from_fds() local
416 fixup = 1; in __remove_wsi_socket_from_fds()
424 if (fixup) { in __remove_wsi_socket_from_fds()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c622 u16 *fixup = (u16*)(buffer+NTFS_BLOCK_SIZE*i-2); // the value at the end of the sector. in check_file_record() local
625 assert_u32_equal(*fixup, usa, "fixup"); in check_file_record()
626 *fixup = saved_val; // remove it. in check_file_record()
/third_party/icu/icu4c/source/common/
H A Dusc_impl.cpp109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) in fixup() function
324 fixup(scriptRun, scriptRun->scriptCode); in uscript_nextRun()
/third_party/node/deps/icu-small/source/common/
H A Dusc_impl.cpp109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) in fixup() function
324 fixup(scriptRun, scriptRun->scriptCode); in uscript_nextRun()
/third_party/skia/third_party/externals/icu/source/common/
H A Dusc_impl.cpp109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) in fixup() function
324 fixup(scriptRun, scriptRun->scriptCode); in uscript_nextRun()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h92 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8632::AsmOperand
123 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; } in SetFixup() argument
256 explicit Immediate(AssemblerFixup *fixup) : fixup_(fixup) {} in Immediate() argument
259 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8632::AssemblerX8632::Immediate
H A DIceAssemblerX8664.h104 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8664::AsmOperand
134 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; } in SetFixup() argument
277 explicit Immediate(AssemblerFixup *fixup) : fixup_(fixup) {} in Immediate() argument
280 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8664::AssemblerX8664::Immediate

Completed in 232 milliseconds

12