OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combo
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/testsuite/cris/asm/
asm.exp
31
foreach
combo
$combos {
32
set mach [lindex $
combo
0]
33
set ASFLAGS_FOR_TARGET "[lindex $
combo
1]"
/src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
asm.exp
31
foreach
combo
$combos {
32
set mach [lindex $
combo
0]
33
set ASFLAGS_FOR_TARGET "[lindex $
combo
1]"
/src/external/gpl3/gcc/dist/gcc/config/bfin/
print-sysroot-suffix.sh
60
for
combo
in $options
62
# See which option alternatives in $
combo
have their own sysroot
67
for option in `echo "$
combo
" | tr '/' ' '`
/src/external/gpl3/gcc/dist/gcc/config/m68k/
print-sysroot-suffix.sh
60
for
combo
in $options
62
# See which option alternatives in $
combo
have their own sysroot
67
for option in `echo "$
combo
" | tr '/' ' '`
/src/external/gpl3/gcc.old/dist/gcc/config/bfin/
print-sysroot-suffix.sh
60
for
combo
in $options
62
# See which option alternatives in $
combo
have their own sysroot
67
for option in `echo "$
combo
" | tr '/' ' '`
/src/external/gpl3/gcc.old/dist/gcc/config/m68k/
print-sysroot-suffix.sh
60
for
combo
in $options
62
# See which option alternatives in $
combo
have their own sysroot
67
for option in `echo "$
combo
" | tr '/' ' '`
/src/external/gpl3/gcc/dist/gcc/
genmultilib
388
combo
=$1
394
dirout=`echo ${
combo
} | sed ${todirnames}`
396
dirout=`echo ${
combo
} | sed -e 's/=/-/g'`
403
osdirout=`echo ${
combo
} | sed ${toosdirnames}`
438
combo
=$1
444
if expr "${
combo
} " : ".*/${opt}/.*" > /dev/null; then
460
for
combo
in ${combinations}; do
462
dirout=`${CONFIG_SHELL-/bin/sh} ./tmpmultilib3 "${
combo
}" "${todirnames}" "${toosdirnames}" "${enable_multilib}"`
466
optout=`${CONFIG_SHELL-/bin/sh} ./tmpmultilib4 "${
combo
}" "${options}"`
491
combo
=`echo ${rrule} | sed -e 's/=.*$//' -e 's/\([^\\]\)\./\1=/g' -e 's/\\\././g'
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genmultilib
380
combo
=$1
386
dirout=`echo ${
combo
} | sed ${todirnames}`
388
dirout=`echo ${
combo
} | sed -e 's/=/-/g'`
395
osdirout=`echo ${
combo
} | sed ${toosdirnames}`
430
combo
=$1
436
if expr "${
combo
} " : ".*/${opt}/.*" > /dev/null; then
452
for
combo
in ${combinations}; do
454
dirout=`./tmpmultilib3 "${
combo
}" "${todirnames}" "${toosdirnames}" "${enable_multilib}"`
458
optout=`./tmpmultilib4 "${
combo
}" "${options}"`
483
combo
=`echo ${rrule} | sed -e 's/=.*$//' -e 's/\([^\\]\)\./\1=/g' -e 's/\\\././g'
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/testsuite/cris/hw/rv-n-cris/
rvc.exp
138
foreach
combo
$combos {
139
set mach [lindex $
combo
0]
140
set ASFLAGS_FOR_TARGET "[lindex $
combo
1]"
/src/external/gpl3/gdb/dist/sim/testsuite/cris/hw/rv-n-cris/
rvc.exp
138
foreach
combo
$combos {
139
set mach [lindex $
combo
0]
140
set ASFLAGS_FOR_TARGET "[lindex $
combo
1]"
/src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
curve448.c
637
void ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t
combo
,
655
curve448_point_copy(
combo
, ossl_curve448_point_identity);
659
pniels_to_pt(
combo
, precmp_var[control_var[0].addend >> 1]);
662
pniels_to_pt(
combo
, precmp_var[control_var[0].addend >> 1]);
663
add_niels_to_pt(
combo
,
670
niels_to_pt(
combo
, ossl_curve448_wnaf_base[control_pre[0].addend >> 1]);
678
point_double_internal(
combo
,
combo
, i && !(cv || cp));
684
add_pniels_to_pt(
combo
,
688
sub_pniels_from_pt(
combo
,
[
all
...]
point_448.h
269
*
combo
= scalar1*curve448_point_base + scalar2*base2.
274
*
combo
(out): The linear combination scalar1*base + scalar2*base2.
282
void ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t
combo
,
/src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
curve448.c
638
ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t
combo
,
658
curve448_point_copy(
combo
, ossl_curve448_point_identity);
662
pniels_to_pt(
combo
, precmp_var[control_var[0].addend >> 1]);
665
pniels_to_pt(
combo
, precmp_var[control_var[0].addend >> 1]);
666
add_niels_to_pt(
combo
,
673
niels_to_pt(
combo
, ossl_curve448_wnaf_base[control_pre[0].addend >> 1]);
681
point_double_internal(
combo
,
combo
, i && !(cv || cp));
687
add_pniels_to_pt(
combo
,
691
sub_pniels_from_pt(
combo
,
[
all
...]
point_448.h
279
*
combo
= scalar1*curve448_point_base + scalar2*base2.
284
*
combo
(out): The linear combination scalar1*base + scalar2*base2.
293
ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t
combo
,
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
curve448.c
628
void curve448_base_double_scalarmul_non_secret(curve448_point_t
combo
,
648
curve448_point_copy(
combo
, curve448_point_identity);
652
pniels_to_pt(
combo
, precmp_var[control_var[0].addend >> 1]);
655
pniels_to_pt(
combo
, precmp_var[control_var[0].addend >> 1]);
656
add_niels_to_pt(
combo
, curve448_wnaf_base[control_pre[0].addend >> 1],
662
niels_to_pt(
combo
, curve448_wnaf_base[control_pre[0].addend >> 1]);
670
point_double_internal(
combo
,
combo
, i && !(cv || cp));
676
add_pniels_to_pt(
combo
,
680
sub_pniels_from_pt(
combo
,
[
all
...]
point_448.h
266
*
combo
= scalar1*curve448_point_base + scalar2*base2.
271
*
combo
(out): The linear combination scalar1*base + scalar2*base2.
279
void curve448_base_double_scalarmul_non_secret(curve448_point_t
combo
,
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c
337
* OUT struct int_char_combo_t *
combo
-- structure to be filled
342
struct int_char_combo_t *
combo
,
347
combo
->int1 = init_val1;
348
combo
->ch1 = init_val2;
call-ar-st.c
437
* OUT struct int_char_combo_t *
combo
-- structure to be filled
441
void init_int_char_combo (struct int_char_combo_t *
combo
, int init_val1, char init_val2)
444
combo
->int1 = init_val1;
445
combo
->ch1 = init_val2;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c
337
* OUT struct int_char_combo_t *
combo
-- structure to be filled
342
struct int_char_combo_t *
combo
,
347
combo
->int1 = init_val1;
348
combo
->ch1 = init_val2;
call-ar-st.c
437
* OUT struct int_char_combo_t *
combo
-- structure to be filled
441
void init_int_char_combo (struct int_char_combo_t *
combo
, int init_val1, char init_val2)
444
combo
->int1 = init_val1;
445
combo
->ch1 = init_val2;
/src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-1
1094
<name>
combo
-entry1</name>
1124
<name>
combo
-entry3</name>
1160
<name>
combo
-entry2</name>
Completed in 32 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026