Searched refs:INTEGER (Results 26 - 48 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dmaketests.com1035 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dmaketests.com1035 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com903 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dssin.S209 fmovel %fp1,N(%a6) | ...CONVERT TO INTEGER
564 fmovel %fp1,N(%a6) | ...CONVERT TO INTEGER
H A Dstan.S196 fmovel %fp1,%d0 | ...CONVERT TO INTEGER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcrypto-lib.com968 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcrypto-lib.com968 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A Dmakeengines.com482 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl1452 mode INTEGER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dmake_vms.com554 $ if (f$type('cdef') .eqs. "INTEGER")
628 $ if f$type('cdef_val'_yes) .eqs. "INTEGER" -
646 $ if f$type('cdef_val'_no) .eqs. "INTEGER" -
684 $ if f$type(mdef_'i') .eqs. "INTEGER" -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A Dmakeengines.com587 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl-lib.com688 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A Dmakeengines.com587 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl-lib.com688 $ TMP = F$INTEGER(F$ELEMENT(0,".",TMP)+F$ELEMENT(1,".",TMP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dmake_vms.com554 $ if (f$type('cdef') .eqs. "INTEGER")
628 $ if f$type('cdef_val'_yes) .eqs. "INTEGER" -
646 $ if f$type('cdef_val'_no) .eqs. "INTEGER" -
684 $ if f$type(mdef_'i') .eqs. "INTEGER" -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol.c264 * \brief Create and add an user INTEGER CTL element
1024 TYPE(INTEGER),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.cpp3145 DERGeneralEncoder enc(bt, INTEGER);
3158 BERGeneralDecoder dec(bt, INTEGER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbuzzz.c279 BUZZZ_ENUM(INTEGER) /* 40: 0, 2 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdb.tex1164 (BookNumber INTEGER PRIMARY KEY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S5053 fmov.l %fp1,INT(%a6) # CONVERT TO INTEGER
5265 fmov.l %fp1,INT(%a6) # CONVERT TO INTEGER
5782 fmov.l %fp1,%d1 # CONVERT TO INTEGER
H A Dfpsp.S5159 fmov.l %fp1,INT(%a6) # CONVERT TO INTEGER
5371 fmov.l %fp1,INT(%a6) # CONVERT TO INTEGER
5888 fmov.l %fp1,%d1 # CONVERT TO INTEGER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1842 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
3508 ** <tr><td> NULL <td> INTEGER <td> Result is 0
3512 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
3513 ** <tr><td> INTEGER <td> TEXT <td> ASCII rendering of the integer
3514 ** <tr><td> INTEGER <td> BLOB <td> Same as INTEGER->TEXT
3515 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
3518 ** <tr><td> TEXT <td> INTEGER <td> Use atoi()
3521 ** <tr><td> BLOB <td> INTEGER <td> Convert to TEXT then use atoi()
4528 ** [INTEGER PRIMAR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c1842 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
3508 ** <tr><td> NULL <td> INTEGER <td> Result is 0
3512 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
3513 ** <tr><td> INTEGER <td> TEXT <td> ASCII rendering of the integer
3514 ** <tr><td> INTEGER <td> BLOB <td> Same as INTEGER->TEXT
3515 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
3518 ** <tr><td> TEXT <td> INTEGER <td> Use atoi()
3521 ** <tr><td> BLOB <td> INTEGER <td> Convert to TEXT then use atoi()
4528 ** [INTEGER PRIMAR
[all...]

Completed in 913 milliseconds

12