Home
last modified time | relevance | path

Searched refs:sprintf (Results 976 - 1000 of 1198) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c47 sprintf(buf, "vc4_bo<%s,%u,%u>", ptr->name ? ptr->name : "?", in vc4_bo_debug_describe()
/third_party/ninja/src/
H A Ddeps_log_test.cc105 sprintf(buf, "file%d.h", i); in TEST_F()
/third_party/icu/icu4c/source/test/cintltst/
H A Dputiltst.c506 sprintf(buf+(i*3), "%02x ", bytes[i]); in dump_binline()
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c565 sprintf(buf, "%d,", i); in gather_node_cpus()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c757 sprintf(ret, "%s", ir); in fd_get_compute_param()
/third_party/openssl/test/
H A Ddrbgtest.c426 sprintf(presult[0].name, "child %d", i); in test_rand_reseed_on_fork()
/third_party/python/Modules/_ctypes/
H A Dstgdict.c594 sprintf(buf, "%s:%s:", fieldfmt, fieldname); in PyCStructUnionType_update_stgdict()
/third_party/toybox/toys/pending/
H A Ddhcp6.c412 sprintf(pidbuf, "%u", (unsigned)getpid()); in write_pid()
/third_party/python/Parser/
H A Dstring_parser.c114 sprintf(p, "\\U%08x", chr); in decode_unicode_with_escapes()
/third_party/python/Python/
H A Dpystrtod.c1242 exp_len = sprintf(p, "%+.02d", exp); in format_float_short()
/third_party/backends/backend/
H A Drts8891.c2804 sprintf (name, "button-%s", model->button_name[idx]); in init_options()
2805 sprintf (title, "%s", model->button_title[idx]); in init_options()
4141 sprintf (message, "init_device: initial register settings: "); in init_device()
4143 sprintf (message + strlen (message), "0x%02x ", dev->regs[i]); in init_device()
4575 sprintf (message, "init_device: initial register settings: "); in detect_device()
4577 sprintf (message + strlen (message), "0x%02x ", dev->regs[i]); in detect_device()
4578 sprintf (message + strlen (message), "\n"); in detect_device()
4770 sprintf (name, "dark%03d.pnm", num); in dark_calibration()
5075 sprintf (name, "gain%03d.pnm", num); in gain_calibration()
5359 sprintf (nam in offset_calibration()
[all...]
H A Dkodakaio.c804 sprintf (fmt_buf, " 0x%04lx ", (unsigned long)k); in dump_hex_buffer_dense()
810 sprintf (fmt_buf, " %02x" , buf[k]); in dump_hex_buffer_dense()
823 sprintf (fmt_buf, "esc %c %c %02x %02x %02x %02x %02x", in kodakaio_com_str()
827 sprintf (fmt_buf, "%02x %02x %02x %02x %02x %02x %02x %02x", in kodakaio_com_str()
H A Dmicrotek2.c1570 sprintf(outbuf, " %4d: ", o * BPL); in dump_area()
1576 sprintf(outbuf, " "); in dump_area()
1579 sprintf(outbuf, "%02x", area[o * BPL + i]); in dump_area()
1583 sprintf(outbuf, "%*s", 2 * ( 2 + BPL - i), " " ); in dump_area()
1585 sprintf(outbuf, "%s", (i == BPL / 2) ? " " : ""); in dump_area()
1592 sprintf(outbuf, " "); in dump_area()
1595 sprintf(outbuf, "%c", isprint(area[o * BPL + i]) in dump_area()
1628 sprintf(outbuf, "%02x,", *(area + i)); in dump_area2()
H A Depson2-commands.c346 sprintf(newValue, " %02x", in esci_set_gamma_table()
H A Dgt68xx_low.c129 sprintf (buf + i * 3, " %02x", req[i]); in dump_req()
/third_party/backends/sanei/
H A Dsanei_usb.c297 sprintf (pp, "%03X ", line * NUM_COLUMNS); in print_buffer()
302 sprintf (pp, "%02X ", buffer[line * NUM_COLUMNS + column]); in print_buffer()
304 sprintf (pp, " "); in print_buffer()
310 sprintf (pp, "%c", in print_buffer()
315 sprintf (pp, " "); in print_buffer()
1755 sprintf (devname, "%s%s", dir_name, dir_entry->d_name); in kernel_scan_devices()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp8419 sprintf(it, "i%u", (unsigned int)(API::MAX_ARRAY_DIMENSIONS - i)); in test_shader_compilation()
8425 sprintf(max, "%u", (unsigned int)(dimensions[i - 1])); in test_shader_compilation()
8446 sprintf(max, "%u", (unsigned int)(dimensions[i - 1] + 1)); in test_shader_compilation()
8469 sprintf(max, "%u", (unsigned int)(max_atomics)); in test_shader_compilation()
8645 sprintf(buffer, "%u", static_cast<unsigned int>(binding)); in execute()
8648 sprintf(buffer, "%u", static_cast<unsigned int>(offset)); in execute()
8663 sprintf(it, "i%u", (unsigned int)(API::MAX_ARRAY_DIMENSIONS - i)); in execute()
8669 sprintf(max, "%u", (unsigned int)(dimensions[i - 1])); in execute()
8691 sprintf(max, "%u", (unsigned int)(n_entries)); in execute()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp36 sprintf(varyingType, "float"); in GenerateVaryingType()
40 sprintf(varyingType, "vec%d", vectorSize); in GenerateVaryingType()
52 sprintf(buff, "varying %s v%d;\n", GenerateVaryingType(vectorSize).c_str(), id); in GenerateVectorVaryingDeclaration()
56 sprintf(buff, "varying %s v%d[%d];\n", GenerateVaryingType(vectorSize).c_str(), id, in GenerateVectorVaryingDeclaration()
70 sprintf(buff, "\t v%d = %s(1.0);\n", id, GenerateVaryingType(vectorSize).c_str()); in GenerateVectorVaryingSettingCode()
77 sprintf(buff, "\t v%d[%d] = %s(1.0);\n", id, i, in GenerateVectorVaryingSettingCode()
91 sprintf(buff, "v%d + ", id); in GenerateVectorVaryingUseCode()
100 sprintf(buff, "v%d[%d] + ", id, i); in GenerateVectorVaryingUseCode()
/third_party/f2fs-tools/fsck/
H A Ddump.c513 sprintf(path, "./lost_found/%s", name); in dump_file()
H A Dmain.c50 sprintf(ret, "%s/%s", cwd, file); in absolute_path()
/third_party/alsa-lib/src/
H A Dconfmisc.c639 sprintf(str, "%li", v);
/third_party/alsa-utils/alsamixer/
H A Dmixer_display.c496 sprintf(buf, "%d", (int)lrint(volumes[0] * 100)); in display_control()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c349 sprintf(name, "arecordmidi port %i", i); in create_ports()
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c710 sprintf(file, "%s/%s", wav_file_dir, name); in search_for_file()
/third_party/alsa-lib/src/ucm/
H A Dutils.c86 sprintf(cname, "hw:%d", card); in uc_mgr_get_ctl_by_card()

Completed in 69 milliseconds

1...<<31323334353637383940>>...48