Searched refs:past (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmast.c269 struct dlm_proxy_ast *past = (struct dlm_proxy_ast *) msg->buf; local
284 name = past->name;
285 locklen = past->namelen;
286 cookie = past->cookie;
287 flags = be32_to_cpu(past->flags);
288 node = past->node_idx;
308 mlog(0, "type=%d, blocked_type=%d\n", past->type, past->blocked_type);
310 if (past->type != DLM_AST &&
311 past
424 struct dlm_proxy_ast past; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzguts.h180 int past; /* true if read requested past end */ member in struct:__anon4143
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
401 state->past = 0;
524 return state->mode == GZ_READ ? state->past : 0;
564 state->past = 0;
H A Dgzread.c339 state->past = 1; /* tried to read past end */
456 state->past = 0;
478 state->past = 0;
520 state->past = 1; /* read past end */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextrange.tex63 to the API-standard range, whose end is one past the last character in the range.
112 Converts the API-standard range, whose end is one past the last character in the range,
H A Dinputstr.tex55 Returns true after an attempt has been made to read past the end of the
62 past the last byte. If you want to avoid depending on one behaviour or
H A Dsemaphor.tex64 would increase the counter past the maximum.
74 \twocolitem{{\bf wxSEMA\_OVERFLOW}}{Post() would increase counter past the max.}
H A Dffile.tex112 Returns \true if the an attempt has been made to read {\it past}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzguts.h164 int past; /* true if read requested past end */ member in struct:__anon2764
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
391 state->past = 0;
514 return state->mode == GZ_READ ? state->past : 0;
553 state->past = 0;
H A Dgzread.c338 state->past = 1; /* tried to read past end */
451 state->past = 0;
473 state->past = 0;
515 state->past = 1; /* read past end */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dheader.S257 # stack behind its own code, so we can't blindly put it directly past the heap.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha256-armv4.pl74 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
79 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
137 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
242 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
430 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
535 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
H A Dsha512-ia64.pl440 add A=A,r8 // H+=Sigma(0) from the past
454 { .mmi; add A=A,r8 // H+=Sigma(0) from the past
508 add A=A,r8 // H+=Sigma0(a) from the past
572 { .mmi; add A=A,r8 };; // H+=Sigma0(a) from the past
H A Dsha512-armv4.pl482 vadd.i64 $a,$Maj @ h+=Maj from the past
532 vadd.i64 @_[0],d30 @ h+=Maj from the past
580 vadd.i64 $A,d30 @ h+=Maj from the past
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl74 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
79 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
137 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
242 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
430 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
535 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
H A Dsha512-ia64.pl440 add A=A,r8 // H+=Sigma(0) from the past
454 { .mmi; add A=A,r8 // H+=Sigma(0) from the past
508 add A=A,r8 // H+=Sigma0(a) from the past
572 { .mmi; add A=A,r8 };; // H+=Sigma0(a) from the past
H A Dsha512-armv4.pl482 vadd.i64 $a,$Maj @ h+=Maj from the past
532 vadd.i64 @_[0],d30 @ h+=Maj from the past
580 vadd.i64 $A,d30 @ h+=Maj from the past
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex222 Attempting to read past the end of an encoded packet results in an
227 handle reading past the end of a packet as a typical mode of
237 not past, such that an 'end-of-packet' condition has not triggered)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Dmemcpy-inatomic.S71 * 1- AT contain the address of the byte just past the end of the source
309 ADD t1, dst, len # t1 is just past last byte of dst
447 LOAD t0, THREAD_BUADDR(t0) # t0 is just past last good address
H A Dmemcpy.S71 * 1- AT contain the address of the byte just past the end of the source
316 ADD t1, dst, len # t1 is just past last byte of dst
458 LOAD t0, THREAD_BUADDR(t0) # t0 is just past last good address
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dmount.testroot137 losetup -o (past end of file) -f filename
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dsigtramp.S288 # we ever have some call chain that returns somewhere past the addi?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram34xx.S151 isb @ prevent speculative exec past here
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx0.asm98 cmp ax, LAST_OFS ;; pointing past last ?

Completed in 105 milliseconds

12