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

  /src/usr.bin/make/unit-tests/
dollar.exp 4 To survive the parser, a dollar sign must be doubled.
modmisc.mk 10 # and decorate, note that $'s need to be doubled. Also note that
dollar.mk 33 $C 'To survive the parser, a dollar sign must be doubled.'
varmod-loop-varname.mk 40 # It needs to be doubled though.
varmod-subst-regex.mk 55 # "45" is doubled in the third word.
varmod-edge.mk 34 # to be doubled since single backslashes would simply be unescaped by
varmod-indirect.mk 115 # The dollar signs need to be doubled in the above modifier expression,
  /src/sbin/nvmectl/
bignum.c 1682 doubled(mp_int * a, mp_int * b) function in typeref:typename:int
1865 if ((res = doubled(&a0, &tmp1)) != MP_OKAY) {
1871 if ((res = doubled(&tmp1, &tmp1)) != MP_OKAY) {
1878 if ((res = doubled(&b0, &tmp2)) != MP_OKAY) {
1884 if ((res = doubled(&tmp2, &tmp2)) != MP_OKAY) {
1896 if ((res = doubled(&a2, &tmp1)) != MP_OKAY) {
1902 if ((res = doubled(&tmp1, &tmp1)) != MP_OKAY) {
1909 if ((res = doubled(&b2, &tmp2)) != MP_OKAY) {
1915 if ((res = doubled(&tmp2, &tmp2)) != MP_OKAY) {
2765 if ((res = doubled(&a0, &tmp1)) != MP_OKAY)
    [all...]

Completed in 41 milliseconds