OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
whatis-ptype-typedefs.c
29
int_typedef v_int_typedef; // "
v_
" stands for variable of typedef type
34
base ## _typedef
v_
## base ## _typedef; \
37
base ## _typedef2
v_
## base ## _typedef2
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
whatis-ptype-typedefs.c
29
int_typedef v_int_typedef; // "
v_
" stands for variable of typedef type
34
base ## _typedef
v_
## base ## _typedef; \
37
base ## _typedef2
v_
## base ## _typedef2
/src/sys/external/bsd/vchiq/dist/interface/vchi/
vchi.h
61
#define VCHI_VERSION(
v_
) {
v_
,
v_
}
62
#define VCHI_VERSION_EX(
v_
, m_) {
v_
, m_ }
/src/lib/libc/cdb/
cdbw.c
411
struct vertex *
v_
= &state->vertices[v];
local
414
if (
v_
->degree == 1) {
415
e =
v_
->edges;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
734
ValueArray(Ts... v) :
v_
{std::move(v)...} {}
744
return std::vector<T>{static_cast<T>(
v_
.template Get<I>())...};
747
FlatTuple<Ts...>
v_
;
member in class:testing::internal::ValueArray
/src/external/mit/isl/dist/imath/
imath.c
102
unsigned char *
v_
= u_ + N - 1;
local
103
while (u_ <
v_
) {
105
*u_++ = *
v_
;
106
*
v_
-- = xch;
2518
v is an n+m digit number with digits from
v_
{m+n-1}..v_0.
2530
qhat = u_{j+n}u_{j+n-1} /
v_
{n-1}
2556
The multiplication in step D4 multiplies qhat * 0
v_
{n-1}..v_0. We need to
Completed in 61 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026