| /src/external/lgpl3/gmp/dist/mpf/ |
| sub_ui.c | 36 __mpf_struct vv; local 46 vv._mp_size = 1; 47 vv._mp_d = &vl; 48 vv._mp_exp = 1; 49 mpf_sub (sum, u, &vv);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-entry-value-paramref.cc | 18 volatile int vv, *p; variable 23 vv++; /* break-here */
|
| amd64-entry-value-param-dwarf5.c | 18 volatile int vv; variable 26 vv++; /* break-here */
|
| amd64-entry-value-param.c | 18 volatile int vv; variable 26 vv++; /* break-here */
|
| amd64-entry-value-paramref.S | 38 movl vv(%rip), %eax 45 movl %eax, vv(%rip) 97 .globl vv 99 .type vv, @object 100 .size vv, 4 101 vv: label 200 .ascii "vv\0" # DW_AT_name 207 .quad vv
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-entry-value-paramref.cc | 18 volatile int vv, *p; variable 23 vv++; /* break-here */
|
| amd64-entry-value-param-dwarf5.c | 18 volatile int vv; variable 26 vv++; /* break-here */
|
| amd64-entry-value-param.c | 18 volatile int vv; variable 26 vv++; /* break-here */
|
| amd64-entry-value-paramref.S | 38 movl vv(%rip), %eax 45 movl %eax, vv(%rip) 97 .globl vv 99 .type vv, @object 100 .size vv, 4 101 vv: label 200 .ascii "vv\0" # DW_AT_name 207 .quad vv
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| clztest.c | 4 volatile int vv; variable 12 vv++; /* { dg-final { gdb-test 12 "g" "43" } } */ 22 vv++; /* { dg-final { gdb-test 22 "g" "33" } } */ 29 long x = vv;
|
| typeddwarf.c | 5 volatile int vv; variable 29 vv++; 53 vv++; 54 vv = a; 55 vv = b; 56 vv = c; 57 vv = d; 58 vv = e; 59 vv = f; 60 vv = g [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| clztest.c | 4 volatile int vv; variable 12 vv++; /* { dg-final { gdb-test 12 "g" "43" } } */ 22 vv++; /* { dg-final { gdb-test 22 "g" "33" } } */ 29 long x = vv;
|
| typeddwarf.c | 5 volatile int vv; variable 29 vv++; 53 vv++; 54 vv = a; 55 vv = b; 56 vv = c; 57 vv = d; 58 vv = e; 59 vv = f; 60 vv = g [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_api.c | 25 CONF_VALUE vv; local 29 vv.name = NULL; 30 vv.section = (char *)section; 31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; 69 CONF_VALUE *v, vv; local 79 vv.name = (char *)name; 80 vv.section = (char *)section; 81 v = lh_CONF_VALUE_retrieve(conf->data, &vv); 90 vv.section = "default"; 91 vv.name = (char *)name 166 CONF_VALUE *vv; local 189 CONF_VALUE *v = NULL, *vv; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_api.c | 25 CONF_VALUE vv; local 29 vv.name = NULL; 30 vv.section = (char *)section; 31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; 69 CONF_VALUE *v, vv; local 79 vv.name = (char *)name; 80 vv.section = (char *)section; 81 v = lh_CONF_VALUE_retrieve(conf->data, &vv); 90 vv.section = "default"; 91 vv.name = (char *)name 166 CONF_VALUE *vv; local 189 CONF_VALUE *v = NULL, *vv; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_api.c | 25 CONF_VALUE *v, vv; local 29 vv.name = NULL; 30 vv.section = (char *)section; 31 v = lh_CONF_VALUE_retrieve(conf->data, &vv); 73 CONF_VALUE *v, vv; local 80 vv.name = (char *)name; 81 vv.section = (char *)section; 82 v = lh_CONF_VALUE_retrieve(conf->data, &vv); 91 vv.section = "default"; 92 vv.name = (char *)name 169 CONF_VALUE *vv; local 193 CONF_VALUE *v = NULL, *vv; local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| multi3.c | 44 const DWunion vv = {.ll = v}; local 47 UWtype v_low = vv.s.low; 80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high); 82 if (vv.s.high) 83 w.s.high += __muluw3(uu.s.low, vv.s.high);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| multi3.c | 44 const DWunion vv = {.ll = v}; local 47 UWtype v_low = vv.s.low; 80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high); 82 if (vv.s.high) 83 w.s.high += __muluw3(uu.s.low, vv.s.high);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| dntest.c | 208 char **vv; local 215 vv = ldap_explode_rdn( values[ n ], 0 ); 216 for ( nn = 0; vv && vv[ nn ]; nn++ ) { 218 vv[ nn ] ); 220 LDAP_VFREE( vv ); 224 vv = ldap_explode_rdn( values[ n ], 1 ); 225 for ( nn = 0; vv && vv[ nn ]; nn++ ) { 227 vv[ nn ] ) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| graphds.cc | 93 struct vertex *vv = &g->vertices[v]; local 102 e->succ_next = vv->succ; 103 vv->succ = e; 112 e->pred_next = vv->pred; 113 vv->pred = e;
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2mul.c | 56 const DWunion vv = {.ll = v}; local 58 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; */ 64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); 65 __vh = ((USItype) (vv.s.low) >> ((4 * 8) / 2)); 79 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high 80 + (USItype) uu.s.high * (USItype) vv.s.low);
|
| /src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| lib2funcs.c | 239 DWunion vv = {.ll = v}; 245 if (vv.s.high < 0) 247 vv.ll = -vv.ll; 249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); 263 DWunion vv = {.ll = v}; 269 if (vv.s.high < 0) 270 vv.ll = -vv.ll; 272 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w) 237 DWunion vv = {.ll = v}; local 261 DWunion vv = {.ll = v}; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphds.cc | 93 struct vertex *vv = &g->vertices[v]; local 102 e->succ_next = vv->succ; 103 vv->succ = e; 112 e->pred_next = vv->pred; 113 vv->pred = e;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2mul.c | 56 const DWunion vv = {.ll = v}; local 58 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; */ 64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); 65 __vh = ((USItype) (vv.s.low) >> ((4 * 8) / 2)); 79 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high 80 + (USItype) uu.s.high * (USItype) vv.s.low);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/visium/ |
| lib2funcs.c | 239 DWunion vv = {.ll = v}; 245 if (vv.s.high < 0) 247 vv.ll = -vv.ll; 249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); 263 DWunion vv = {.ll = v}; 269 if (vv.s.high < 0) 270 vv.ll = -vv.ll; 272 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w) 237 DWunion vv = {.ll = v}; local 261 DWunion vv = {.ll = v}; local [all...] |