| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 240 nir_ssa_def *p, *pt, *trans; in lower_fddy() local
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.h | 110 static inline struct virgl_transfer *virgl_transfer(struct pipe_transfer *trans) in virgl_transfer() argument
|
| /third_party/musl/porting/linux/user/src/locale/ |
| H A D | dcngettext.c | 309 const char *trans = __mo_lookup(p->map, p->map_size, msgid1); in dcngettext() local
|
| /third_party/musl/porting/liteos_a/kernel/src/time/ |
| H A D | __tz.c | 36 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable
|
| /third_party/musl/porting/uniproton/kernel/src/time/ |
| H A D | __tz.c | 40 static const unsigned char *zi, *trans, *index_local, *types, *abbrevs, *abbrevs_end; variable
|
| /third_party/musl/porting/liteos_m/kernel/src/time/ |
| H A D | __tz.c | 40 static const unsigned char *zi, *trans, *index_local, *types, *abbrevs, *abbrevs_end; variable
|
| /third_party/musl/src/locale/ |
| H A D | dcngettext.c | 268 const char *trans = __mo_lookup(p->map, p->map_size, msgid1); in dcngettext() local
|
| /third_party/ltp/testcases/kernel/kvm/ |
| H A D | lib_host.c | 44 struct kvm_translation trans = { .linear_address = addr }; in tst_kvm_get_phys_address() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_transfer_helper.c | 84 struct pipe_transfer *trans; /* driver's transfer */ member 181 struct u_transfer *trans = calloc(1, sizeof(*trans)); in transfer_map_msaa() local 250 struct u_transfer *trans; u_transfer_helper_transfer_map() local 370 struct u_transfer *trans = (struct u_transfer *)ptrans; flush_region() local 493 struct u_transfer *trans = u_transfer(ptrans); u_transfer_helper_transfer_flush_region() local 523 struct u_transfer *trans = u_transfer(ptrans); u_transfer_helper_transfer_unmap() local 595 struct u_transfer *trans; u_transfer_helper_deinterleave_transfer_map() local 703 struct u_transfer *trans = (struct u_transfer *)ptrans; u_transfer_helper_deinterleave_transfer_unmap() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 519 struct pipe_transfer *trans; in compute_memory_move_item() local
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.cpp | 146 float* trans = alloc->makeArrayDefault<float>(2); in append_matrix() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| H A D | time_zone.h | 159 time_point<seconds> trans; // instant of civil-offset change member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| H A D | time_zone_libc.cc | 272 const time_point<seconds> trans = FromUnixSeconds(tt); in MakeTime() local
|
| /third_party/skia/gm/ |
| H A D | gpu_blur_utils.cpp | 258 SkVector trans = {kPad, kPad}; in run() local
|
| /third_party/skia/experimental/sorttoy/ |
| H A D | Fake.h | 35 void translate(SkIPoint trans) { in translate() argument 113 void translate(SkIPoint trans) { in translate() argument 211 void translate(SkIPoint trans) { in translate() argument 256 void translate(SkIPoint trans) { in translate() argument
|
| /third_party/selinux/libselinux/src/ |
| H A D | setrans_client.c | 207 static int trans_to_raw_context(const char *trans, char **rawp) in trans_to_raw_context() argument 295 int selinux_trans_to_raw_context(const char * trans, in selinux_trans_to_raw_context() argument 418 int selinux_trans_to_raw_context(const char * trans, in selinux_trans_to_raw_context() argument [all...] |
| /base/web/webview/interfaces/kits/napi/common/ |
| H A D | napi_parse_utils.cpp | 480 std::string trans = input.substr(0, input.length() - 1); in ParseJsLengthStringToInt() local 492 std::string trans = input.substr(0, input.length() - INTEGER_TWO); in ParseJsLengthStringToInt() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | gif.c | 104 int trans = s->transparent_index; in is_image_translucent() local 161 int trans = s->transparent_index; in gif_crop_translucent() local 301 int x_start = 0, y_start = 0, trans in gif_image_write_image() local [all...] |
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | fft.c | 293 static inline void rdft_init(RDFTContext **r, int nbits, enum RDFTransformType trans) in rdft_init() argument 302 static inline void dct_init(DCTContext **d, int nbits, enum DCTTransformType trans) in dct_init() argument
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | TransliteratorRegistry.java | 366 put(String ID, Transliterator trans, boolean visible) put() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TransliteratorRegistry.java | 367 put(String ID, Transliterator trans, boolean visible) put() argument
|
| /third_party/musl/porting/linux/user/src/time/ |
| H A D | __tz.c | 53 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable [all...] |
| /third_party/musl/src/time/ |
| H A D | __tz.c | 43 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end, *tzdata_map; variable [all...] |
| /third_party/skia/samplecode/ |
| H A D | Sample3D.cpp | 285 SkM44 trans = SkM44::Translate(200, 200, 0); // center of the rotation local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | time.cc | 186 FindTransition(const cctz::time_zone& tz, bool (cctz::time_zone::*find_transition)( const cctz::time_point<cctz::seconds>& tp, cctz::time_zone::civil_transition* trans) const, Time t, TimeZone::CivilTransition* trans) FindTransition() argument [all...] |