Searched refs:remain (Results 51 - 75 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl82 remain intact.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl82 remain intact.)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-internal.h81 int remain; /* amount of space remaining for next write */ member in union:rxrpc_skb_priv::__anon18958
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-armv.S1065 @ Prepare for SVC32 mode. IRQs remain disabled.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtconstr.tex74 edges and dimensions remain unconstrained. For a given window,
H A Dttab.tex23 the Close and Help buttons remain constant. These two buttons are children of the main dialog box,
H A Dmanual.tex501 terminated so long as such parties remain in full compliance.
H A Dmanual2e.tex504 terminated so long as such parties remain in full compliance.
H A Dsocket.tex556 during IO calls, so the GUI will remain blocked until the operation
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhnddma.c3378 uint remain, new_len, align64; local
3383 remain = new_len % 128;
3384 if (remain > 0 && remain <= 4) {
3389 remain += 64;
3391 &tmp_flags, len-remain);
3405 PHYSADDRLOSET(pa, (PHYSADDRLO(pa) + (len-remain)));
3409 len = remain;
H A Dbcmutils.c1085 uint len, remain, align64; local
1100 remain = len % 128;
1101 if (remain > 0 && remain <= 4)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c186 size_t remain; local
198 remain = sizeof(path) -len -1;
204 if (strlen(de->d_name) > remain) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm43 ; The security tests should remain enabled, when a new C compiler
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dieee80211_i.h303 } remain; member in union:ieee80211_work::__anon18906
768 /* Temporary remain-on-channel for off-channel operations */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c615 unsigned long remain, timeout; local
621 remain = wait_for_completion_timeout(&this->complete, timeout);
622 if (!remain) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c7034 * @remain: the remain from the derivation of the multiple
7045 xmlExpNodePtr *mult, xmlExpNodePtr *remain) {
7050 if (remain != NULL) *remain = NULL;
7071 if (remain != NULL)
7072 *remain = tmp2;
7366 printf("Count, Count remain not nillable => forbidden\n");
7044 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c7159 * @remain: the remain from the derivation of the multiple
7170 xmlExpNodePtr *mult, xmlExpNodePtr *remain) {
7175 if (remain != NULL) *remain = NULL;
7196 if (remain != NULL)
7197 *remain = tmp2;
7491 printf("Count, Count remain not nillable => forbidden\n");
7169 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c7159 * @remain: the remain from the derivation of the multiple
7170 xmlExpNodePtr *mult, xmlExpNodePtr *remain) {
7175 if (remain != NULL) *remain = NULL;
7196 if (remain != NULL)
7197 *remain = tmp2;
7491 printf("Count, Count remain not nillable => forbidden\n");
7169 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c7034 * @remain: the remain from the derivation of the multiple
7045 xmlExpNodePtr *mult, xmlExpNodePtr *remain) {
7050 if (remain != NULL) *remain = NULL;
7071 if (remain != NULL)
7072 *remain = tmp2;
7366 printf("Count, Count remain not nillable => forbidden\n");
7044 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c3042 int storage_size, remain, offs; local
3056 remain = storage_size - sizeof(__u32);
3062 remain -= sizeof(struct ext2_ext_attr_entry);
3065 if (EXT2_EXT_ATTR_SIZE(entry->e_name_len) > remain) {
3072 remain -= EXT2_EXT_ATTR_SIZE(entry->e_name_len);
3075 if (entry->e_value_size == 0 || entry->e_value_size > remain) {
3104 remain -= entry->e_value_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c467 int val, seconds, remain, result; local
478 remain = seconds % MIN_TZ_ADJ;
479 if (remain >= (MIN_TZ_ADJ / 2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl446 parties remain in full compliance.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl446 parties remain in full compliance.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm802 ; (All 3 remain in sync through SWAP.)

Completed in 583 milliseconds

1234