HomeSort by: relevance | last modified time | path
    Searched refs:leftright (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_relative.c 108 int ch, leftright, listset; local
134 /* Store away the values of the list and leftright edit options. */
136 leftright = O_ISSET(sp, O_LEFTRIGHT);
157 if (!leftright && curoff >= sp->cols) { \
192 if (!leftright && curoff >= sp->cols) {
229 if (!leftright && curoff >= sp->cols) {
296 int ch = 0, leftright, listset; local
306 /* Store away the values of the list and leftright edit options. */
308 leftright = O_ISSET(sp, O_LEFTRIGHT);
334 } else if (leftright) {
    [all...]
  /src/lib/libc/gdtoa/
dtoa.c 121 j, jj1, k, k0, k_check, leftright, m2, m5, s2, s5, local
306 leftright = 1;
316 leftright = 0;
324 leftright = 0;
339 leftright = 0;
395 if (leftright) {
505 if (leftright) {
528 if (leftright) {
563 if ((mode < 2 || leftright)
622 if (leftright) {
    [all...]
gdtoa.c 163 int j, jj1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
299 leftright = 1;
309 leftright = 0;
317 leftright = 0;
402 if (leftright) {
517 if (leftright) {
551 if (leftright) {
620 if (leftright) {
642 if (leftright) {
  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 43 static void do_2_short (SIM_DESC, SIM_CPU *, uint16_t ins1, uint16_t ins2, enum _leftright leftright);
124 do_2_short (SIM_DESC sd, SIM_CPU *cpu, uint16_t ins1, uint16_t ins2, enum _leftright leftright)
132 leftright ? "left" : "right", ins2);
135 if (leftright == LEFT_FIRST)
1068 unsigned long leftright = ins_type_counters[ (int)INS_LEFTRIGHT ]; local
1109 if (leftright)
1112 size, add_commas (buf1, sizeof (buf1), leftright));
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 43 static void do_2_short (SIM_DESC, SIM_CPU *, uint16_t ins1, uint16_t ins2, enum _leftright leftright);
124 do_2_short (SIM_DESC sd, SIM_CPU *cpu, uint16_t ins1, uint16_t ins2, enum _leftright leftright)
132 leftright ? "left" : "right", ins2);
135 if (leftright == LEFT_FIRST)
1068 unsigned long leftright = ins_type_counters[ (int)INS_LEFTRIGHT ]; local
1109 if (leftright)
1112 size, add_commas (buf1, sizeof (buf1), leftright));
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
rb.h 1068 a_type *leftright = rbtn_right_get(a_type, a_field, \
1071 leftright); \
1105 assert(leftright != NULL); \
1106 rbtn_red_set(a_type, a_field, leftright); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
rb.h 1068 a_type *leftright = rbtn_right_get(a_type, a_field, \
1071 leftright); \
1105 assert(leftright != NULL); \
1106 rbtn_red_set(a_type, a_field, leftright); \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
rb.h 1088 a_type *leftright = rbtn_right_get(a_type, a_field, \
1091 leftright); \
1125 assert(leftright != NULL); \
1126 rbtn_red_set(a_type, a_field, leftright); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
rb.h 1088 a_type *leftright = rbtn_right_get(a_type, a_field, \
1091 leftright); \
1125 assert(leftright != NULL); \
1126 rbtn_red_set(a_type, a_field, leftright); \

Completed in 28 milliseconds