Home
last modified time | relevance | path

Searched refs:bofs (Results 1 – 25 of 106) sorted by relevance

12345

/dports/japanese/zinnia/zinnia-0.06/
H A Dtrainer.cpp256 bofs.put ((value) & 0xff); in write_static()
257 bofs.put ((value >> 8) & 0xff); in write_static()
258 bofs.put ((value >> 16) & 0xff); in write_static()
259 bofs.put ((value >> 24) & 0xff); in write_static()
267 write_static<unsigned int>(bofs, x); in write_static()
281 if (!bofs) { in convert()
305 write_static<float> (bofs, bias); in convert()
316 write_static<int> (bofs, index); in convert()
317 write_static<float> (bofs, value); in convert()
322 bofs.seekp(0); in convert()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/include/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
88 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
227 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
229 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
288 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
367 uint32_t aofs, uint32_t bofs,
[all …]
/dports/emulators/qemu5/qemu-5.2.0/include/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
88 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
227 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
229 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
288 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
367 uint32_t aofs, uint32_t bofs,
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
88 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
225 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
227 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
286 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
352 uint32_t aofs, uint32_t bofs,
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
88 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
225 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
227 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
286 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
352 uint32_t aofs, uint32_t bofs,
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/HID/Src/
H A Dusbh_hid_parser.c104 uint32_t bofs; in HID_ReadItem() local
120 bofs = ndx*ri->size; in HID_ReadItem()
121 bofs += shift; in HID_ReadItem()
123 data+=bofs/8; in HID_ReadItem()
124 shift=(uint8_t)(bofs%8); in HID_ReadItem()
172 uint32_t bofs; in HID_WriteItem() local
190 bofs = ndx*ri->size; in HID_WriteItem()
191 bofs += shift; in HID_WriteItem()
193 data+=bofs/8; in HID_WriteItem()
194 shift=(uint8_t)(bofs%8); in HID_WriteItem()
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
218 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
220 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
238 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
279 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
345 uint32_t aofs, uint32_t bofs,
[all …]
H A Dtcg-op-gvec.c1230 bofs += some; in tcg_gen_gvec_3()
1298 bofs += some; in tcg_gen_gvec_3i()
1363 bofs += some; in tcg_gen_gvec_4()
2255 if (aofs == bofs) { in tcg_gen_gvec_and()
2272 if (aofs == bofs) { in tcg_gen_gvec_or()
2289 if (aofs == bofs) { in tcg_gen_gvec_xor()
2306 if (aofs == bofs) { in tcg_gen_gvec_andc()
2323 if (aofs == bofs) { in tcg_gen_gvec_orc()
2340 if (aofs == bofs) { in tcg_gen_gvec_nand()
3158 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
218 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
220 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
238 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
279 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
345 uint32_t aofs, uint32_t bofs,
[all …]
H A Dtcg-op-gvec.c1230 bofs += some; in tcg_gen_gvec_3()
1298 bofs += some; in tcg_gen_gvec_3i()
1363 bofs += some; in tcg_gen_gvec_4()
2255 if (aofs == bofs) { in tcg_gen_gvec_and()
2272 if (aofs == bofs) { in tcg_gen_gvec_or()
2289 if (aofs == bofs) { in tcg_gen_gvec_xor()
2306 if (aofs == bofs) { in tcg_gen_gvec_andc()
2323 if (aofs == bofs) { in tcg_gen_gvec_orc()
2340 if (aofs == bofs) { in tcg_gen_gvec_nand()
3158 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu/qemu-6.2.0/include/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
88 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
227 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
229 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
288 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
367 uint32_t aofs, uint32_t bofs,
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/tcg/
H A Dtcg-op-gvec.h55 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
62 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
69 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
75 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
81 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
88 void tcg_gen_gvec_5_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
227 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
229 void tcg_gen_gvec_3i(uint32_t dofs, uint32_t aofs, uint32_t bofs,
288 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
367 uint32_t aofs, uint32_t bofs,
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/
H A Dtcg-op-gvec.h52 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
59 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
66 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs,
72 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
78 void tcg_gen_gvec_4_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs,
192 void tcg_gen_gvec_3(uint32_t dofs, uint32_t aofs, uint32_t bofs,
207 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
209 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
211 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
238 uint32_t bofs, uint32_t oprsz, uint32_t maxsz);
[all …]
H A Dtcg-op-gvec.c143 tcg_gen_addi_ptr(a2, cpu_env, bofs); in tcg_gen_gvec_3_ool()
168 tcg_gen_addi_ptr(a2, cpu_env, bofs); in tcg_gen_gvec_4_ool()
196 tcg_gen_addi_ptr(a2, cpu_env, bofs); in tcg_gen_gvec_5_ool()
247 tcg_gen_addi_ptr(a2, cpu_env, bofs); in tcg_gen_gvec_3_ptr()
274 tcg_gen_addi_ptr(a2, cpu_env, bofs); in tcg_gen_gvec_4_ptr()
654 tcg_gen_ld_i32(t1, cpu_env, bofs + i); in expand_3_i32()
1113 check_overlap_3(dofs, aofs, bofs, maxsz); in tcg_gen_gvec_3()
1133 bofs += some; in tcg_gen_gvec_3()
1196 bofs += some; in tcg_gen_gvec_4()
2261 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/
H A Dtcg-op-gvec.c1262 bofs += some; in tcg_gen_gvec_3()
1330 bofs += some; in tcg_gen_gvec_3i()
1395 bofs += some; in tcg_gen_gvec_4()
2287 if (aofs == bofs) { in tcg_gen_gvec_and()
2304 if (aofs == bofs) { in tcg_gen_gvec_or()
2321 if (aofs == bofs) { in tcg_gen_gvec_xor()
2338 if (aofs == bofs) { in tcg_gen_gvec_andc()
2355 if (aofs == bofs) { in tcg_gen_gvec_orc()
2372 if (aofs == bofs) { in tcg_gen_gvec_nand()
3190 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Dtcg-op-gvec.c1262 bofs += some; in tcg_gen_gvec_3()
1330 bofs += some; in tcg_gen_gvec_3i()
1395 bofs += some; in tcg_gen_gvec_4()
2287 if (aofs == bofs) { in tcg_gen_gvec_and()
2304 if (aofs == bofs) { in tcg_gen_gvec_or()
2321 if (aofs == bofs) { in tcg_gen_gvec_xor()
2338 if (aofs == bofs) { in tcg_gen_gvec_andc()
2355 if (aofs == bofs) { in tcg_gen_gvec_orc()
2372 if (aofs == bofs) { in tcg_gen_gvec_nand()
3190 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tcg/
H A Dtcg-op-gvec.c1344 bofs += some; in tcg_gen_gvec_3()
1412 bofs += some; in tcg_gen_gvec_3i()
1477 bofs += some; in tcg_gen_gvec_4()
2395 if (aofs == bofs) { in tcg_gen_gvec_and()
2412 if (aofs == bofs) { in tcg_gen_gvec_or()
2429 if (aofs == bofs) { in tcg_gen_gvec_xor()
2446 if (aofs == bofs) { in tcg_gen_gvec_andc()
2463 if (aofs == bofs) { in tcg_gen_gvec_orc()
2480 if (aofs == bofs) { in tcg_gen_gvec_nand()
3510 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/
H A Dtcg-op-gvec.c1364 bofs += some; in tcg_gen_gvec_3()
1432 bofs += some; in tcg_gen_gvec_3i()
1497 bofs += some; in tcg_gen_gvec_4()
2469 if (aofs == bofs) { in tcg_gen_gvec_and()
2486 if (aofs == bofs) { in tcg_gen_gvec_or()
2503 if (aofs == bofs) { in tcg_gen_gvec_xor()
2520 if (aofs == bofs) { in tcg_gen_gvec_andc()
2537 if (aofs == bofs) { in tcg_gen_gvec_orc()
2554 if (aofs == bofs) { in tcg_gen_gvec_nand()
3637 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tcg/
H A Dtcg-op-gvec.c1364 bofs += some; in tcg_gen_gvec_3()
1432 bofs += some; in tcg_gen_gvec_3i()
1497 bofs += some; in tcg_gen_gvec_4()
2469 if (aofs == bofs) { in tcg_gen_gvec_and()
2486 if (aofs == bofs) { in tcg_gen_gvec_or()
2503 if (aofs == bofs) { in tcg_gen_gvec_xor()
2520 if (aofs == bofs) { in tcg_gen_gvec_andc()
2537 if (aofs == bofs) { in tcg_gen_gvec_orc()
2554 if (aofs == bofs) { in tcg_gen_gvec_nand()
3637 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tcg/
H A Dtcg-op-gvec.c1364 bofs += some; in tcg_gen_gvec_3()
1432 bofs += some; in tcg_gen_gvec_3i()
1497 bofs += some; in tcg_gen_gvec_4()
2403 if (aofs == bofs) { in tcg_gen_gvec_and()
2420 if (aofs == bofs) { in tcg_gen_gvec_or()
2437 if (aofs == bofs) { in tcg_gen_gvec_xor()
2454 if (aofs == bofs) { in tcg_gen_gvec_andc()
2471 if (aofs == bofs) { in tcg_gen_gvec_orc()
2488 if (aofs == bofs) { in tcg_gen_gvec_nand()
3515 bofs += some; in tcg_gen_gvec_cmp()
[all …]
/dports/japanese/mecab/mecab-0.996/src/
H A Ddictionary.cpp498 std::ofstream bofs(WPATH(output), std::ios::binary|std::ios::out); in compile() local
499 CHECK_DIE(bofs) << "permission denied: " << output; in compile()
505 bofs.write(reinterpret_cast<const char *>(&magic), sizeof(unsigned int)); in compile()
517 bofs.write(reinterpret_cast<const char *>(charset), sizeof(charset)); in compile()
519 bofs.write(reinterpret_cast<const char*>(da.array()), in compile()
521 bofs.write(const_cast<const char *>(tbuf.data()), tbuf.size()); in compile()
522 bofs.write(const_cast<const char *>(fbuf.data()), fbuf.size()); in compile()
525 magic = static_cast<unsigned int>(bofs.tellp()); in compile()
527 bofs.seekp(0); in compile()
528 bofs.write(reinterpret_cast<const char *>(&magic), sizeof(unsigned int)); in compile()
[all …]
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/
H A Dfeature_index.cpp415 std::ofstream bofs; in save() local
416 bofs.open(WPATH(filename), OUTPUT_MODE); in save()
418 CHECK_FALSE(bofs) << "open failed: " << filename; in save()
424 bofs.write(reinterpret_cast<char *>(&type), sizeof(type)); in save()
426 bofs.write(reinterpret_cast<char *>(&maxid_), sizeof(maxid_)); in save()
431 bofs.write(reinterpret_cast<char *>(&xsize_), sizeof(xsize_)); in save()
433 bofs.write(reinterpret_cast<char *>(&dsize), sizeof(dsize)); in save()
435 bofs.write(reinterpret_cast<char *>(&size), sizeof(size)); in save()
436 bofs.write(const_cast<char *>(y_str.data()), y_str.size()); in save()
438 bofs.write(reinterpret_cast<char *>(&size), sizeof(size)); in save()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/m68k/
H A Dop_helper.c827 uint32_t bofs; member
834 int bofs, blen; in bf_prep() local
841 bofs = ofs % 8; in bf_prep()
842 if (bofs < 0) { in bf_prep()
843 bofs += 8; in bf_prep()
861 bofs += 56; in bf_prep()
864 bofs += 48; in bf_prep()
868 bofs += 8; in bf_prep()
873 bofs += 32; in bf_prep()
887 .bofs = bofs, in bf_prep()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/m68k/
H A Dop_helper.c844 uint32_t bofs; member
851 int bofs, blen; in bf_prep() local
858 bofs = ofs % 8; in bf_prep()
859 if (bofs < 0) { in bf_prep()
860 bofs += 8; in bf_prep()
878 bofs += 56; in bf_prep()
881 bofs += 48; in bf_prep()
885 bofs += 8; in bf_prep()
890 bofs += 32; in bf_prep()
904 .bofs = bofs, in bf_prep()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/m68k/
H A Dop_helper.c844 uint32_t bofs; member
851 int bofs, blen; in bf_prep() local
858 bofs = ofs % 8; in bf_prep()
859 if (bofs < 0) { in bf_prep()
860 bofs += 8; in bf_prep()
878 bofs += 56; in bf_prep()
881 bofs += 48; in bf_prep()
885 bofs += 8; in bf_prep()
890 bofs += 32; in bf_prep()
904 .bofs = bofs, in bf_prep()
[all …]

12345