Home
last modified time | relevance | path

Searched +defs:int2 +defs:c (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h57 typedef struct __device_builtin__ __align__(8) int2 struct
60 } int2; typedef
117 #define make_int4(a, b, c, d) ((int4){.x = a, .y = b, .z = c, .w = d}) argument
118 #define make_uchar4(a, b, c, d) ((uchar4){.x = a, .y = b, .z = c, .w = d}) argument
119 #define make_ushort4(a, b, c, d) ((ushort4){.x = a, .y = b, .z = c, .w = d}) argument
120 #define make_float4(a, b, c, d) ((float4){.x = a, .y = b, .z = c, .w = d}) argument
/third_party/skia/tests/
DSkVxTest.cpp25 using int2 = skvx::Vec<2,int32_t>; typedef
303 float8 c = -1.2845906244690837f; in DEF_TEST() local
356 Vec a, b, c, d; in check_strided_loads() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp825 for(const auto &c : constantsPool) in addConstantData() local
1354 double c[4] = { -0.0, -0.0, -0.0, -0.0 }; in createFNeg() local
1369 int64_t c[16] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }; in createNot() local
2023 int64_t c[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in createNullValue() local
2539 Value *int2 = RValue<Int2>(Int2(As<Int4>(packed))).value(); in Short4() local
3423 Value *c = Nucleus::createShuffleVector(b, Nucleus::createNullValue(Byte16::type()), swizzle); in Int4() local
3442 Value *c = Nucleus::createShuffleVector(b, b, swizzle); in Int4() local
3456 Value *c = Nucleus::createShuffleVector(cast.value(), cast.value(), swizzle); in Int4() local
3466 …Value *c = Nucleus::createShuffleVector(cast.value(), Short8(0, 0, 0, 0, 0, 0, 0, 0).loadValue(), … in Int4() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp82 using int2 = PerLane<int, 2>; typedef
1672 for(size_t i = 6, c = insn.wordCount(); i < c; i++) in process() local
/third_party/openssl/test/
Dsslapitest.c569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb() local
2685 unsigned char c, buf[1]; in test_extra_tickets() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface.c116 struct wpa_ssid *c; in set_disallow_aps() local
6986 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in p2p_ctrl_presence_req() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c147 struct wpa_ssid *c; in set_disallow_aps() local
7742 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local