Home
last modified time | relevance | path

Searched refs:not_allocated (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/examples/
H A Dcolor.c177 gint not_allocated; in main() local
316 not_allocated = gdk_colormap_alloc_colors (colormap, colors, NUM_COLORS, in main()
318 g_print ("Not allocated = %d\n", not_allocated); in main()
/dports/devel/dbus-glib/dbus-glib-0.112/test/core/
H A Dtest-profile.c614 char not_allocated[512+PAYLOAD_SIZE]; in read_and_drop_on_floor() local
616 g_assert_cmpint (count, <, (int) sizeof (not_allocated)); in read_and_drop_on_floor()
626 buf = not_allocated; in read_and_drop_on_floor()
672 char not_allocated[512+PAYLOAD_SIZE] = { '\0', }; in write_junk() local
674 g_assert_cmpint (count, <, (int) sizeof (not_allocated)); in write_junk()
696 buf = not_allocated; in write_junk()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dpicbuf.c335 int nr, not_allocated; in allocate_PicBuf() local
397 not_allocated = 0; in allocate_PicBuf()
405 not_allocated++; in allocate_PicBuf()
417 if (not_allocated) { in allocate_PicBuf()
423 not_allocated++; in allocate_PicBuf()
432 not_allocated, pb->nr); in allocate_PicBuf()
/dports/archivers/arj/arj-3.10.22/
H A Dfilelist.h71 char not_allocated; /* 0 if cache is initialized */ member
H A Dfilelist.c479 if(!root->table->not_allocated) in cache_cleanup()
491 root->table->not_allocated=1; in cache_cleanup()
583 if(!root->table->not_allocated) in retrieve_entry()
983 root->table->not_allocated=0; in flist_init_proc()
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dgetkey.c55 int not_allocated; member
364 ctx.not_allocated = 1; in get_pubkey()
464 ctx.not_allocated = 1; in get_pubkeyblock()
491 ctx.not_allocated = 1; in get_seckey()
1122 if( !ctx->not_allocated ) in get_pubkey_end()
1146 ctx.not_allocated = 1; in get_pubkey_byfprint()
1225 ctx.not_allocated = 1; in get_keyblock_byfprint()
1327 ctx.not_allocated = 1; in get_seckey_byfprint()
1358 ctx.not_allocated = 1; in get_seckeyblock_byfprint()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/squashfs/
H A Dfile.c59 goto not_allocated; in locate_meta_index()
76 not_allocated: in locate_meta_index()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/squashfs/
H A Dfile.c59 goto not_allocated; in locate_meta_index()
76 not_allocated: in locate_meta_index()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/squashfs/
H A Dfile.c59 goto not_allocated; in locate_meta_index()
76 not_allocated: in locate_meta_index()
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dgetkey.c86 int not_allocated; member
404 ctx.not_allocated = 1; in get_pubkey()
596 ctx.not_allocated = 1; in get_pubkeyblock()
638 ctx.not_allocated = 1; in get_seckey()
1850 ctx.not_allocated = 1; in get_pubkey_byfprint()
2358 if (!ctx->not_allocated) in getkey_end()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahTraversalGC.cpp630 bool not_allocated = ctx->top_at_mark_start(r) == r->top(); in final_traversal_collection() local
632 bool candidate = traversal_regions->is_in(r) && !r->has_live() && not_allocated; in final_traversal_collection()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahTraversalGC.cpp637 bool not_allocated = ctx->top_at_mark_start(r) == r->top(); in final_traversal_collection() local
639 bool candidate = traversal_regions->is_in(r) && !r->has_live() && not_allocated; in final_traversal_collection()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77.c1867 bool transform, not_allocated = true; in mgd77_write_data_cdf() local
1899 … if (not_allocated) xtmp = gmt_M_memory (GMT, NULL, count[0], double); /* Get mem the first time */ in mgd77_write_data_cdf()
1900 not_allocated = false; /* No longer the first time */ in mgd77_write_data_cdf()