Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/device/generic/goldfish-opengl/android-emu/android/base/
Dring_buffer.c53 void ring_buffer_init(struct ring_buffer* r) { in ring_buffer_init()
69 bool ring_buffer_can_write(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_write()
75 bool ring_buffer_can_read(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_read()
82 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write()
121 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read()
160 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write()
177 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read()
207 struct ring_buffer* r, in ring_buffer_view_init()
240 const struct ring_buffer* r, in ring_buffer_view_can_write()
250 const struct ring_buffer* r, in ring_buffer_view_can_read()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbitlib.c38 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.10/Modules/
Dcmathmodule.c129 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 …]
Dmathmodule.c76 double y, r; in sinpi() local
233 double absx, r, y, z, sqrtpow; in m_tgamma() local
333 double r, absx; in m_lgamma() local
685 double x, r; in math_1() local
718 double x, r; in math_1a() local
762 double x, y, r; in math_2() local
1185 double x, r; in math_ldexp() local
1358 double r, x, y; in math_fmod() local
1392 double r, x, y; in math_hypot() local
1439 double r, x, y; in math_pow() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcmathmodule.c129 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/
Drangeobject.c45 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()
Dsliceobject.c102 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/
DXdiv.c34 div_t r; in div() local
50 ldiv_t r; in ldiv() local
69 lldiv_t r; in lldiv() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Drangeobject.c90 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()
Dsliceobject.c102 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/guest/hals/gps/
Dgps_thread.cpp31 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/google/cuttlefish/guest/hals/camera/
DConverters.h97 #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/generic/goldfish/camera/
DConverters.h94 #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/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Dmuldi3.c67 dwords r; in __muldsi3() local
94 dwords r; in __muldi3() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcolorsys.py37 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/sunfish/json-c/
Drandom_seed.c95 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/
Drandom_seed.c95 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/coral/json-c/
Drandom_seed.c95 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/bonito/json-c/
Drandom_seed.c95 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/
Dplat_psci.c32 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/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dreggnu.c39 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
Dregcomp.c60 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/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h183 int r; in __xf_thread_create() local
194 int r; in __xf_thread_destroy() local
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h110 int r; in __xf_wait() local
186 int r; in __xf_thread_create() local
205 void *r; in __xf_thread_destroy() local
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfileno.c66 int r; variable

12345678910>>...12