| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lbitlib.c | 38 b_uint r = ~(b_uint)0; in andaux() local 46 b_uint r = andaux(L); in b_and() local 53 b_uint r = andaux(L); in b_test() local 61 b_uint r = 0; in b_or() local 71 b_uint r = 0; in b_xor() local 80 b_uint r = ~luaL_checkunsigned(L, 1); in b_not() local 86 static int b_shift (lua_State *L, b_uint r, int i) { in b_shift() 114 b_uint r = luaL_checkunsigned(L, 1); in b_arshift() local 129 b_uint r = luaL_checkunsigned(L, 1); in b_rot() local 169 b_uint r = luaL_checkunsigned(L, 1); in b_extract() local [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | cmathmodule.c | 129 Py_complex s1, s2, r; in c_acos() local 170 Py_complex s1, s2, r; in c_acosh() local 202 Py_complex s, r; in c_asin() local 222 Py_complex s1, s2, r; in c_asinh() local 259 Py_complex s, r; in c_atan() local 309 Py_complex r; in c_atanh() local 363 Py_complex r; in c_cos() local 382 Py_complex r; in c_cosh() local 442 Py_complex r; in c_exp() local 528 Py_complex r; in c_log() local [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | cmathmodule.c | 129 Py_complex s1, s2, r; in c_acos() local 170 Py_complex s1, s2, r; in c_acosh() local 202 Py_complex s, r; in c_asin() local 222 Py_complex s1, s2, r; in c_asinh() local 259 Py_complex s, r; in c_atan() local 309 Py_complex r; in c_atanh() local 363 Py_complex r; in c_cos() local 382 Py_complex r; in c_cosh() local 442 Py_complex r; in c_exp() local 528 Py_complex r; in c_log() local [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | rangeobject.c | 45 get_stop_for_range(rangeobject *r) in get_stop_for_range() 115 range_item(rangeobject *r, Py_ssize_t i) in range_item() 128 range_length(rangeobject *r) in range_length() 134 range_repr(rangeobject *r) in range_repr() 157 range_reduce(rangeobject *r, PyObject *args) in range_reduce() 238 rangeiter_next(rangeiterobject *r) in rangeiter_next() 246 rangeiter_len(rangeiterobject *r) in rangeiter_len()
|
| D | sliceobject.c | 102 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndices() 133 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndicesEx() 220 slice_dealloc(PySliceObject *r) in slice_dealloc() 229 slice_repr(PySliceObject *r) in slice_repr()
|
| /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
| D | Xdiv.c | 34 div_t r; in div() local 50 ldiv_t r; in ldiv() local 69 lldiv_t r; in lldiv() local
|
| /device/google/cuttlefish_common/common/vsoc/lib/ |
| D | circqueue_impl.h | 69 RegionSignalingInterface* r) { in WaitForDataLocked() 84 RegionSignalingInterface* r, size_t bytes, Range* t, bool non_blocking) { in WriteReserveLocked() 112 intptr_t CircularByteQueue<SizeLog2>::Read(RegionSignalingInterface* r, in Read() 132 intptr_t CircularByteQueue<SizeLog2>::Write(RegionSignalingInterface* r, in Write() 159 RegionSignalingInterface* r, char* buffer_out, size_t max_size) { in Read() 180 RegionSignalingInterface* r, const char* buffer_in, uint32_t bytes, in Write() 190 RegionSignalingInterface *r, in Writev()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | rangeobject.c | 90 range_item(rangeobject *r, Py_ssize_t i) in range_item() 103 range_length(rangeobject *r) in range_length() 109 range_repr(rangeobject *r) in range_repr() 132 range_reduce(rangeobject *r, PyObject *args) in range_reduce() 213 rangeiter_next(rangeiterobject *r) in rangeiter_next() 221 rangeiter_len(rangeiterobject *r) in rangeiter_len()
|
| D | sliceobject.c | 102 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndices() 133 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndicesEx() 219 slice_dealloc(PySliceObject *r) in slice_dealloc() 228 slice_repr(PySliceObject *r) in slice_repr()
|
| /device/google/cuttlefish_common/guest/hals/gps/ |
| D | gps_thread.cpp | 31 static void reader_call_callback(GpsDataReader* r) { in reader_call_callback() 73 static void reader_parse_message(GpsDataReader* r) { in reader_parse_message() 88 static void reader_accept_string(GpsDataReader* r, char* const str, in reader_accept_string()
|
| /device/generic/goldfish/camera/ |
| D | Converters.h | 94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | (g)) << 5) | (r)) argument 96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | (g)) << 8) | (r)) argument 111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument 113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument 122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member 147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument 148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument 149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() 210 const uint16_t r = (YUV2RO(y,u,v) >> 3) & 0x1f; in YUVToRGB565() local
|
| /device/google/cuttlefish_common/guest/hals/camera/ |
| D | Converters.h | 97 #define RGB565(r, g, b) \ argument 100 #define RGB32(r, g, b) \ argument 119 #define RGB565(r, g, b) \ argument 122 #define RGB32(r, g, b) \ argument 133 uint8_t r; member 161 #define RGB2Y(r, g, b) \ argument 163 #define RGB2U(r, g, b) \ argument 165 #define RGB2V(r, g, b) \ argument 169 static __inline__ void R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, in R8G8B8ToYUV() 224 const uint16_t r = (YUV2RO(y, u, v) >> 3) & 0x1f; in YUVToRGB565() local
|
| /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
| D | muldi3.c | 67 dwords r; in __muldsi3() local 94 dwords r; in __muldi3() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | colorsys.py | 37 def rgb_to_yiq(r, g, b): argument 67 def rgb_to_hls(r, g, b): argument 116 def rgb_to_hsv(r, g, b): argument
|
| /device/google/bonito/json-c/ |
| D | random_seed.c | 95 int r; in get_rdrand_seed() local 160 int r; in get_dev_random_seed() local 191 int r; in get_cryptgenrandom_seed() local
|
| /device/google/crosshatch/json-c/ |
| D | random_seed.c | 95 int r; in get_rdrand_seed() local 160 int r; in get_dev_random_seed() local 191 int r; in get_cryptgenrandom_seed() local
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/ |
| D | plat_psci.c | 32 uint32_t r; in zynqmp_nopmu_pwr_domain_on() local 90 uint32_t r; in zynqmp_nopmu_pwr_domain_off() local 131 uint32_t r; in zynqmp_nopmu_pwr_domain_suspend() local 191 uint32_t r; in zynqmp_nopmu_pwr_domain_suspend_finish() local
|
| /device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/ |
| D | xf-osal.h | 183 int r; in __xf_thread_create() local 194 int r; in __xf_thread_destroy() local
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
| D | reggnu.c | 39 re_free_registers(OnigRegion* r) in re_free_registers() 86 int r; in re_compile_pattern() local 102 int r; in re_recompile_pattern() local
|
| D | regcomp.c | 60 UChar* r = (UChar* )xmalloc(len + 1); in str_dup() local 277 int r; in add_opcode_rel_addr() local 302 int r; in add_opcode_option() local 366 int r; in compile_tree_empty_check() local 398 int r; in compile_call() local 413 int i, r; in compile_tree_n_times() local 464 int rlen, r, len, prev_len, slen, ambig; in compile_length_string_node() local 512 int r, len, prev_len, slen, ambig; in compile_string_node() local 613 int r; in compile_cclass_node() local 689 int r; in compile_range_repeat_node() local [all …]
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
| D | fileno.c | 66 int r; variable
|
| D | feof.c | 60 int r; in feof() local
|
| D | ferror.c | 60 int r; in ferror() local
|
| D | fclose.c | 59 int r; in fclose() local
|
| /device/linaro/hikey/hifi/xaf/host-apf/include/os/android/ |
| D | xf-osal.h | 110 int r; in __xf_wait() local 186 int r; in __xf_thread_create() local 205 void *r; in __xf_thread_destroy() local
|