Searched refs:beg (Results 26 - 39 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S178 #define beg 40 /* unsigned char* */ define
245 * beg = out - (start - strm->avail_out);
269 movl %ebp, beg(%esp)
614 * nbytes = out - beg;
625 subl beg(%esp), %eax /* nbytes = out - beg */
652 cmpl out_r, beg(%esp)
1004 subl beg(%esp), %eax /* nbytes = out - beg */
1032 cmpl out_r, beg(
[all...]
H A Dinffas86.c84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
113 ar.beg = ar.out - (start - strm->avail_out);
282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */
311 " cmpq %%rdi, 40(%%rsp)\n" /* if out == beg, outside window */
607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */
639 " je .L_check_window\n" /* out == beg, if outside window */
934 sub eax, [esp+20] /* nbytes = out - beg */
966 je L_check_window /* out == beg, if outside window */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtelnet.c767 struct curl_slist *beg; local
778 beg = curl_slist_append(tn->telnet_vars, option_arg);
779 if(!beg) {
784 tn->telnet_vars = beg;
810 beg = curl_slist_append(tn->telnet_vars, option_arg);
811 if(!beg) {
815 tn->telnet_vars = beg;
H A Dssluse.c824 struct curl_slist *beg; local
828 beg = curl_slist_append(list, ENGINE_get_id(e));
829 if(!beg) {
833 list = beg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
113 ar.beg = ar.out - (start - strm->avail_out);
282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */
311 " cmpq %%rdi, 40(%%rsp)\n" /* if out == beg, outside window */
607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */
639 " je .L_check_window\n" /* out == beg, if outside window */
934 sub eax, [esp+20] /* nbytes = out - beg */
966 je L_check_window /* out == beg, if outside window */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c1043 int font_select = 0x00, beg, i; local
1048 beg = 0x0e;
1051 beg = 0x06;
1055 beg = 0x0a;
1147 vga_wgfx(state->vgabase, VGA_GFX_MISC, beg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c2051 db_indx_t i, last, beg, end, *inp; local
2163 beg = end = inp[i];
2169 end = beg + BOVERFLOW_SIZE - 1;
2211 beg + bk->len, sizeof(u_int32_t)) - 1;
2224 end = beg + BOVERFLOW_SIZE - 1;
2313 pgmap[beg] = VRFY_ITEM_BEGIN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_fba.c80 int blksize, int beg, int nr)
94 data->ext_loc = beg;
79 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw, int blksize, int beg, int nr) argument
H A Ddasd_eckd.c201 struct ch_t geo, beg, end; local
261 beg.cyl = trk / geo.head;
262 beg.head = trk % geo.head;
276 data->beg_ext.cyl = beg.cyl;
277 data->beg_ext.head = beg.head;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm188 sub rax, [rsp+40] ; /* nbytes = out - beg */
217 cmp [rsp+40], rdi ; /* if out == beg, outside window */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm188 sub rax, [rsp+40] ; /* nbytes = out - beg */
217 cmp [rsp+40], rdi ; /* if out == beg, outside window */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl134 dbname env outfile checkfunc dump_func beg cont } {
158 $dump_func $db $txn $outfile $checkfunc $beg $cont
167 dbname env outfile checkfunc dump_func beg cont subdb} {
192 $dump_func $db $txn $outfile $checkfunc $beg $cont
586 set beg [expr $mid - [expr $n_replace / 2] ]
587 set end [expr $beg + $n_replace - 1]
588 set s [string range $newstr $beg $end]
591 [expr $beg - 1 ] ]$repl[string range $newstr [expr $end + 1] end]]
593 set ret [eval {$db put} $txn {-partial [list $beg $n_replace] \
2670 # The optional beg argumen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c1366 u_int8_t *beg, *dest, *end, *hk, *src; local
1596 beg = HKEYDATA_DATA(H_PAIRDATA(dbp, hcp->page, hcp->indx));
1597 beg += dbt->doff;
1605 old_dbt.data = beg;
1633 * dbt: the new data that gets written at beg.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h2051 b_blocknr_t beg, end; member in struct:__reiserfs_blocknr_hint

Completed in 173 milliseconds

12