/third_party/backends/include/sane/ |
H A D | config.h | 732 const char * inet_ntop (int af, const void *src, char *dst, size_t cnt); 738 int inet_pton (int af, const char *src, void *dst);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | listformatter.h | 98 FormattedList(FormattedList&& src) U_NOEXCEPT; 116 FormattedList& operator=(FormattedList&& src) U_NOEXCEPT;
|
/third_party/icu/icu4c/source/common/ |
H A D | bytesinkutil.h | 39 /** The few bytes at [src, nextSrc[ were mapped/changed to valid code point c. */ 40 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, in appendCodePoint() argument 42 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits); in appendCodePoint()
|
H A D | charstr.h | 59 * Move constructor; might leave src in an undefined state. 62 CharString(CharString &&src) U_NOEXCEPT; 64 * Move assignment operator; might leave src in an undefined state. 66 * The behavior is undefined if *this and src are the same object. 68 CharString &operator=(CharString &&src) U_NOEXCEPT;
|
H A D | uinvchar.h | 206 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n); 215 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n);
|
H A D | uscript.cpp | 32 setCodes(const UScriptCode *src, int32_t length, in setCodes() argument 41 dest[i] = src[i]; in setCodes()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | PluralRangesMapper.java | 52 * @param src the CLDR data supplier to process. 55 public static IcuData process(CldrDataSupplier src) { in process() argument 56 return process(src.getDataForType(SUPPLEMENTAL)); in process()
|
H A D | DayPeriodsMapper.java | 48 * @param src the CLDR data supplier to process. 51 public static IcuData process(CldrDataSupplier src) { in process() argument 52 return process(src.getDataForType(SUPPLEMENTAL)); in process()
|
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ssd1306-i2c.c | 88 lws_display_ssd1306_i2c_blit(const struct lws_display *disp, const uint8_t *src, in lws_display_ssd1306_i2c_blit() argument 123 lws_bb_i2c_write(si->i2c, src[n++]); in lws_display_ssd1306_i2c_blit()
|
/third_party/mesa3d/src/amd/common/ |
H A D | amd_kernel_code_t.h | 37 // Gets bits for specified mask from specified src packed instance. 38 #define AMD_HSA_BITS_GET(src, mask) ((src & mask) >> mask##_SHIFT)
|
/third_party/libbpf/ci/managers/ |
H A D | debian.sh | 43 docker_exec bash -c "echo deb-src http://deb.debian.org/debian $DEBIAN_RELEASE main >>/etc/apt/sources.list" 74 docker_exec make -j$((4*$(nproc))) EXTRA_CFLAGS="${EXTRA_CFLAGS}" EXTRA_LDFLAGS="${EXTRA_LDFLAGS}" -C ./src -B OBJDIR=../build 82 docker_exec make -j$((4*$(nproc))) -C src OBJDIR=../build DESTDIR=../install install
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_printf.c | 41 nir_ssa_def *fmt_str_id = prntf->src[0].ssa; in lower_printf_instr() 42 nir_deref_instr *args = nir_src_as_deref(prntf->src[1]); in lower_printf_instr()
|
H A D | nir_opt_move.c | 55 src_is_ssa(nir_src *src, void *state) in src_is_ssa() argument 57 return src->is_ssa; in src_is_ssa()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | afuc.h | 63 OPC_CMP = 0x10, /* compare src to immed */ 72 OPC_ALU = 0x13, /* ALU instruction with two src registers */ 104 OPC_BRNEI = 0x30, /* relative branch (if $src != immed) */ 105 OPC_BREQI = 0x31, /* relative branch (if $src == immed) */ 125 * 0x1e: (note different mnemonic for src vs dst) 137 REG_MEMDATA = 0x1d, /* when used as src */ 139 REG_REGDATA = 0x1e, /* when used as src */ 149 uint32_t src : 5; member 180 uint32_t src1 : 5; /* dst (cread) or src (cwrite) register */ 187 uint32_t src member [all...] |
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | agx_test.h | 66 if (memcmp(A->src, B->src, A->nr_srcs * sizeof(agx_index))) in agx_instr_equal()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_atomics.c | 100 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]); in lower_deref_instr() 133 nir_instr_rewrite_src(&instr->instr, &instr->src[0], in lower_deref_instr()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_dead_code_eliminate.cpp | 130 if (inst->src[i].file == VGRF) { in dead_code_eliminate() 131 int var = live_vars.var_from_reg(inst->src[i]); in dead_code_eliminate()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_shader.h | 187 struct sh_srcreg src; member 201 struct sh_srcreg src; member
|
/third_party/node/test/parallel/ |
H A D | test-fs-chmod-mask.js | 68 const link = path.join(tmpdir.path, `lchmod-src-${suffix}`); 79 const link = path.join(tmpdir.path, `lchmodSync-src-${suffix}`);
|
/third_party/node/src/ |
H A D | string_bytes.h | 80 // Take the bytes in the src, and turn it into a Buffer or String. 101 static size_t hex_encode(const char* src, 106 static std::string hex_encode(const char* src, size_t slen);
|
/third_party/musl/src/locale/ |
H A D | wcstod_l.c | 26 static int icu_wchar_trans(wchar_t *src, u_char *des, int des_size) in icu_wchar_trans() argument 35 void *res_tmp = g_icu_opt_func.u_str_from_utf32(des, des_size, NULL, src, -1, &icu_status); in icu_wchar_trans()
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.h | 96 int encrypt_quic_connection_id(uint8_t *dest, const uint8_t *src, 99 int decrypt_quic_connection_id(uint8_t *dest, const uint8_t *src,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | bytesinkutil.h | 39 /** The few bytes at [src, nextSrc[ were mapped/changed to valid code point c. */ 40 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, in appendCodePoint() argument 42 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits); in appendCodePoint()
|
H A D | charstr.h | 59 * Move constructor; might leave src in an undefined state. 62 CharString(CharString &&src) noexcept; 64 * Move assignment operator; might leave src in an undefined state. 66 * The behavior is undefined if *this and src are the same object. 68 CharString &operator=(CharString &&src) noexcept;
|
H A D | uinvchar.h | 206 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n); 215 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n);
|