Home
last modified time | relevance | path

Searched refs:shd (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/tools/
H A Dq3garray.cpp152 shd = a.shd; in Q3GArray()
167 shd = 0; in ~Q3GArray()
250 (newsize * 4 > shd->maxl || shd->maxl <= 4)) { in resize()
267 memcpy(newdata, shd->data, QMIN(shd->len,newmaxl)); in resize()
271 shd->data = (char *)realloc(shd->data, newmaxl); in resize()
345 shd = a.shd; in assign()
384 if (a.shd == shd) { // a.duplicate(a) ! in duplicate()
410 shd->data = NEW(char,a.shd->len); in duplicate()
413 memcpy(shd->data, a.shd->data, a.shd->len); in duplicate()
442 if (shd->count == 1 && shd->len == len) { in duplicate()
[all …]
H A Dq3garray.h83 char *data() const { return shd->data; } in QT_MODULE()
84 uint nrefs() const { return shd->count; } in QT_MODULE()
85 uint size() const { return shd->len; } in QT_MODULE()
99 array_data *sharedBlock() const { return shd; } in QT_MODULE()
100 void setSharedBlock(array_data *p) { shd=(array_data*)p; } in QT_MODULE()
121 array_data *shd; in QT_MODULE() local
133 return &shd->data[index]; in at()
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqgarray.cpp150 shd->maxl = in QGArray()
161 shd = a.shd; in QGArray()
176 shd = 0; in ~QGArray()
280 memcpy( newdata, shd->data, QMIN(shd->len,newmaxl) ); in resize()
284 shd->data = (char *)realloc( shd->data, newmaxl ); in resize()
358 shd = a.shd; in assign()
397 if ( a.shd == shd ) { // a.duplicate(a) ! in duplicate()
423 shd->data = NEW(char,a.shd->len); in duplicate()
426 memcpy( shd->data, a.shd->data, a.shd->len ); in duplicate()
455 if ( shd->count == 1 && shd->len == len ) { in duplicate()
[all …]
H A Dqgarray.h77 char *data() const { return shd->data; } in data()
78 uint nrefs() const { return shd->count; } in nrefs()
79 uint size() const { return shd->len; } in size()
93 array_data *sharedBlock() const { return shd; } in sharedBlock()
94 void setSharedBlock( array_data *p ) { shd=(array_data*)p; } in setSharedBlock()
115 array_data *shd; variable
127 return &shd->data[index]; in at()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_grid.c57 shd->grid_flag = 0; in OVERLAY_grid_init()
58 shd->zneg_flag = 0; in OVERLAY_grid_init()
59 shd->zpos_flag = 0; in OVERLAY_grid_init()
120 shd->grid_axes[0] = (float)((shd->grid_flag & (PLANE_XZ | PLANE_XY)) != 0); in OVERLAY_grid_init()
121 shd->grid_axes[1] = (float)((shd->grid_flag & (PLANE_YZ | PLANE_XY)) != 0); in OVERLAY_grid_init()
122 shd->grid_axes[2] = (float)((shd->grid_flag & (PLANE_YZ | PLANE_XZ)) != 0); in OVERLAY_grid_init()
140 shd->zneg_flag = shd->zpos_flag; in OVERLAY_grid_init()
159 shd->zneg_flag = shd->zpos_flag = CLIP_ZNEG | CLIP_ZPOS; in OVERLAY_grid_init()
198 if ((shd->grid_flag == 0 && shd->zpos_flag == 0) || !DRW_state_is_fbo()) { in OVERLAY_grid_cache_init()
235 if (shd->zneg_flag) { in OVERLAY_grid_cache_init()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dExtractGroupInCorr.c267 shd->nvals = nvals ; shd->nvals_max = nvmax ; shd->nvals_tot = nvtot ; in GRINCOR_read_input()
275 shd->nx = DSET_NX(tdset); shd->ny = DSET_NY(tdset); shd->nz = DSET_NZ(tdset); in GRINCOR_read_input()
287 shd->nnode[0] = shd->nnode[1] = -1 ; in GRINCOR_read_input()
295 shd->ninmask[0] = shd->ninmask[1] = -1 ; in GRINCOR_read_input()
327 shd->sv[ids] = shd->sv[ids-1] + nvals[ids-1]*nvec ; in GRINCOR_read_input()
333 shd->bv[ids] = shd->bv[ids-1] + nvals[ids-1]*nvec ; in GRINCOR_read_input()
337 RETURN(shd) ; in GRINCOR_read_input()
348 long long nvec=shd->nvec , nvals=shd->nvals[ids] , ii,nvv ; in GRINCOR_extract_vectim_short()
406 if( shd->dslab != NULL && shd->dslab[ids] != NULL ){ in GRINCOR_extract_dataset()
431 memcpy( mv->ivec , shd->ivec , sizeof(int)*shd->nvec ) ; in GRINCOR_extract_dataset()
[all …]
H A D3dTransformGroupInCorr.c359 shd->nvals = nvals ; shd->nvals_max = nvmax ; shd->nvals_tot = nvtot ;
367 shd->nx = DSET_NX(tdset); shd->ny = DSET_NY(tdset); shd->nz = DSET_NZ(tdset);
379 shd->nnode[0] = shd->nnode[1] = -1 ;
387 shd->ninmask[0] = shd->ninmask[1] = -1 ;
419 shd->sv[ids] = shd->sv[ids-1] + nvals[ids-1]*nvec ;
425 shd->bv[ids] = shd->bv[ids-1] + nvals[ids-1]*nvec ;
429 return shd ;
440 long long nvec=shd->nvec , nvals=shd->nvals[ids] , ii,nvv ;
454 long long nvec=shd->nvec , nvals=shd->nvals[ids] , ii,nvv ;
613 shd->ndset , shd->nvec , commaized_integer_string(shd->nbytes) ) ;
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/structuredheaders/test/
H A DStructuredHeadersBufferTest.cpp22 StructuredHeadersBuffer shd(input); in TEST_F() local
24 auto err = shd.parseItem(output); in TEST_F()
32 StructuredHeadersBuffer shd(input); in TEST_F() local
34 auto err = shd.parseItem(output); in TEST_F()
42 auto err = shd.parseItem(output); in TEST_F()
50 auto err = shd.parseItem(output); in TEST_F()
88 auto err = shd.parseItem(output); in TEST_F()
139 err = shd.parseItem(output); in TEST_F()
325 shd.removeSymbol(",", true); in TEST_F()
336 shd.removeSymbol("=", true); in TEST_F()
[all …]
H A DStructuredHeadersDecoderTest.cpp20 StructuredHeadersDecoder shd(input); in TEST_F() local
23 shd.decodeItem(item); in TEST_F()
31 StructuredHeadersDecoder shd(input); in TEST_F() local
34 shd.decodeList(v); in TEST_F()
51 shd.decodeList(v); in TEST_F()
66 shd.decodeList(v); in TEST_F()
81 shd.decodeList(v); in TEST_F()
96 shd.decodeList(v); in TEST_F()
109 shd.decodeDictionary(m); in TEST_F()
126 shd.decodeDictionary(m); in TEST_F()
[all …]
H A DStructuredHeadersStandardTest.cpp201 StructuredHeadersDecoder shd(input); in TEST_P() local
203 auto err = shd.decodeItem(output); in TEST_P()
217 auto err = shd.decodeItem(output); in TEST_P()
227 auto err = shd.decodeItem(output); in TEST_P()
237 auto err = shd.decodeItem(output); in TEST_P()
246 auto err = shd.decodeItem(output); in TEST_P()
253 auto err = shd.decodeList(output); in TEST_P()
286 auto err = shd.decodeList(v); in TEST_F()
303 auto err = shd.decodeList(v); in TEST_F()
318 auto err = shd.decodeList(v); in TEST_F()
[all …]
/dports/audio/uade/uade-2.13/doc/
H A DBUGS2 2008-04-26: --normalise doesn't work and isn't documented (shd)
8 (shd)
10 ends (shd)
24 2005-12-06: Is FA-18 Interceptor still buggy? (shd)
28 2005-10-29: CUST.Wings does not work (shd)
30 2005-10-29: JCBO.Pacland doesn't work (shd)
34 01:20 (shd)
41 time index 5s. (shd)
45 in ALSA. (shd)
61 (shd)
[all …]
H A DPLANS5 $EDITOR for uade.conf. (shd)
14 (shd)
16 plugins (shd)
18 2006-01-04: Write a tool to truncate overly long modules. (shd)
20 2005-12-07: Add dangerous malloc to test amifilemagic. (shd)
24 open files whose name end in whitespace.. (shd)
25 2005-11-06: System call book keeping for sound core (shd)
33 (shd)
36 (shd)
38 68k gcc. (shd)
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dbet_data.c345 HistDiv *shd; in bet_data_hist_add_div() local
383 if ( !shd ) in bet_data_hist_add_div()
425 key = bet_data_get_key ( shd -> account_nb, shd -> div_number ); in bet_data_insert_div_hist()
462 HistDiv *shd; in bet_data_remove_div_hist() local
496 HistDiv *shd; in bet_data_search_div_hist() local
607 HistDiv *shd; in bet_data_get_div_edited() local
652 HistDiv *shd; in bet_data_set_div_edited() local
687 HistDiv *shd; in bet_data_hist_get_div_amount() local
729 HistDiv *shd; in bet_data_set_div_amount() local
1256 HistDiv *shd; in struct_initialise_hist_div() local
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dconversion.cpp287 debugMsDoc << "ipat:" << shd.ipat; in computeAutoColor()
292 if (shd.isShdAuto() || shd.isShdNil()) { in computeAutoColor()
306 foreColor = QColor(QRgb(shd.cvFore)); in computeAutoColor()
316 backColor = QColor(QRgb(shd.cvBack)); in computeAutoColor()
321 if (shd.ipat == ipatAuto) { in computeAutoColor()
324 else if (shd.ipat == ipatSolid) { in computeAutoColor()
327 else if ((shd.ipat > 13) && (shd.ipat < 34)) { in computeAutoColor()
344 debugMsDoc << "ipat" << shd.ipat; in computeAutoColor()
366 debugMsDoc << "ipat:" << shd.ipat; in shdToColorStr()
372 if (shd.isShdAuto() || shd.isShdNil()) { in shdToColorStr()
[all …]
/dports/deskutils/genius/genius-1.0.27/src/
H A Dgeniustest.pl18 $shd=$2;
22 $shd="";
35 chomp $shd;
38 print " (should be)=$shd\n";
40 if($rep ne $shd) {
46 chomp $shd;
47 print " (should be)=$shd\n";
49 if($shd ne "") {
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dffmaster.c53 ff_Pmmap shd; in main() local
66 shd = ffmmap_malloc( ); in main()
70 ffmmap_init(shd, "shared-data", 1024); in main()
73 ffmmap_write(shd, &status, sizeof(status), 8); in main()
74 ffmmap_msync(shd, 0, 32); in main()
93 ffmmap_write(shd, &cff, sizeof(cff), 0); in main()
101 ffmmap_read(shd, &rff, sizeof(rff), 16); in main()
106 ffmmap_write(shd, &status, sizeof(status), 8); in main()
112 ffmmap_del(shd); in main()
H A Df90_master.f909 integer*8 :: sem_ff, sem_fo, shd, status, ret variable
15 call ffmmap_init(shd,'shared-data'//achar(0),1024)
21 call ffmmap_write(shd, status, 8, 8,ret)
22 call ffmmap_msync(shd,0,32,ret)
27 call ffmmap_write(shd, cff, 8, 0,ret)
32 call ffmmap_read(shd, rff, 8, 16,ret)
38 call ffmmap_write(shd, status, 8, 8,ret)
45 call ffmmap_del(shd)
/dports/audio/uade/uade-2.13/amigasrc/players/music_maker/
H A DChangeLog2 - add BSD clause with copyright claim (shd)
3 - remove old address (shd)
4 - remove obsolete copyright statements (shd)
5 - increase maximum filename length (shd)
6 - rename local labels to be asmone compatible (shd)
7 - add a special uade hack to speedup initialization of modules (shd)
8 (see function uade_time_critical_on) (shd)
/dports/devel/efl/efl-1.25.1/src/lib/ector/gl/
H A Dector_gl_surface.c36 Ector_Shader *shd = s; in _shader_free() local
38 GL.glDeleteProgram(shd->prg); in _shader_free()
39 free(shd); in _shader_free()
271 Ector_Shader *shd; in _ector_gl_surface_shader_get() local
279 if (shd) return shd->prg; in _ector_gl_surface_shader_get()
282 if (shd) in _ector_gl_surface_shader_get()
284 eina_hash_direct_add(shader_cache, &shd->flags, shd); in _ector_gl_surface_shader_get()
285 return shd->prg; in _ector_gl_surface_shader_get()
306 shd->prg = prg; in _ector_gl_surface_shader_get()
307 shd->flags = flags; in _ector_gl_surface_shader_get()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/wl_desktop_shell/
H A De_mod_main.c13 E_Shell_Data *shd; in e_shell_surface_destroy() local
33 shd = ec->comp_data->shell.data; in e_shell_surface_destroy()
34 if (shd) in e_shell_surface_destroy()
36 E_FREE_LIST(shd->pending, free); in e_shell_surface_destroy()
37 if ((resource == shd->surface) || (!shd->surface)) in e_shell_surface_destroy()
132 E_Shell_Data *shd; in e_shell_data_new() local
134 shd = E_NEW(E_Shell_Data, 1); in e_shell_data_new()
135 shd->version = version; in e_shell_data_new()
136 return shd; in e_shell_data_new()
H A Dxdg5.c41 E_Shell_Data *shd; in _xdg_shell_surface_send_configure() local
67 if ((shd->edges == edges) && (shd->width == width) && (shd->height == height) && in _xdg_shell_surface_send_configure()
71 if (shd->edges && (shd->edges != edges)) in _xdg_shell_surface_send_configure()
74 width = shd->width, height = shd->height; in _xdg_shell_surface_send_configure()
76 shd->edges = edges; in _xdg_shell_surface_send_configure()
77 shd->width = width; in _xdg_shell_surface_send_configure()
78 shd->height = height; in _xdg_shell_surface_send_configure()
115 shd->pending = eina_list_append(shd->pending, ps); in _xdg_shell_surface_send_configure()
328 E_Shell_Data *shd; in _e_xdg_shell_surface_cb_ack_configure() local
367 shd->pending = eina_list_remove_list(shd->pending, l); in _e_xdg_shell_surface_cb_ack_configure()
[all …]
H A Dxdg6.c297 E_Shell_Data *shd; in _xdg_shell_surface_send_configure() local
323 if ((shd->edges == edges) && (shd->width == width) && (shd->height == height) && in _xdg_shell_surface_send_configure()
327 if (shd->edges && (shd->edges != edges)) in _xdg_shell_surface_send_configure()
330 width = shd->width, height = shd->height; in _xdg_shell_surface_send_configure()
372 shd->pending = eina_list_append(shd->pending, ps); in _xdg_shell_surface_send_configure()
505 shd->pending = eina_list_remove_list(shd->pending, l); in _e_xdg_surface_cb_ack_configure()
1308 if (shd) in _e_xdg_shell_surface_cb_destroy()
1360 shd->width = shd->height = -1; in _e_xdg_shell_cb_surface_get()
1376 shd->shell = v; in _e_xdg_shell_cb_surface_get()
1423 if (shd && (shd->version != 6)) return; in _xdg6_client_destroy()
[all …]
H A Dxdg.c299 E_Shell_Data *shd; in _xdg_shell_surface_send_configure() local
325 if ((shd->edges == edges) && (shd->width == width) && (shd->height == height) && in _xdg_shell_surface_send_configure()
329 if (shd->edges && (shd->edges != edges)) in _xdg_shell_surface_send_configure()
332 width = shd->width, height = shd->height; in _xdg_shell_surface_send_configure()
374 shd->pending = eina_list_append(shd->pending, ps); in _xdg_shell_surface_send_configure()
507 shd->pending = eina_list_remove_list(shd->pending, l); in _e_xdg_surface_cb_ack_configure()
1333 if (shd) in _e_xdg_shell_surface_cb_destroy()
1385 shd->width = shd->height = -1; in _e_xdg_shell_cb_surface_get()
1401 shd->shell = v; in _e_xdg_shell_cb_surface_get()
1448 if (shd && (shd->version != 6)) return; in _xdg_client_destroy()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwindecoration/package/contents/ui/
H A DThemes.qml16 var shd = item.shadow
17 item.anchors.leftMargin = mainMargin + marginTopLeft - (shd ? shd.paddingLeft : 0)
18 item.anchors.rightMargin = mainMargin + marginBottomRight - (shd ? shd.paddingRight : 0)
19 item.anchors.topMargin = mainMargin + marginTopLeft - (shd ? shd.paddingTop : 0)
20 item.anchors.bottomMargin = mainMargin + marginBottomRight - (shd ? shd.paddingBottom : 0)
/dports/devel/kdbg/kdbg-kdbg-3.0.0/kdbg/typetables/
H A Dqt.kdbgtt8 Expr1=(%s).shd->data
16 Expr1=((%s).dPath.shd->data)
17 Expr2=((%s).nameFilt.shd->data)
20 Expr1=((%s).fn.shd->data)
23 Expr1=((%s).fn.shd->data)

12345678910>>...29