Home
last modified time | relevance | path

Searched refs:p_B (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dlist.h360 void swap(Element *p_A, Element *p_B) { in swap() argument
362 ERR_FAIL_COND(!p_A || !p_B); in swap()
364 ERR_FAIL_COND(p_B->data != _data); in swap()
369 p_A->next_ptr = p_B->next_ptr; in swap()
370 p_A->prev_ptr = p_B->prev_ptr; in swap()
372 p_B->next_ptr = A_next; in swap()
373 p_B->prev_ptr = A_prev; in swap()
380 if (p_B->prev_ptr) in swap()
381 p_B->prev_ptr->next_ptr = p_B; in swap()
382 if (p_B->next_ptr) in swap()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dlist.h360 void swap(Element *p_A, Element *p_B) { in swap() argument
362 ERR_FAIL_COND(!p_A || !p_B); in swap()
364 ERR_FAIL_COND(p_B->data != _data); in swap()
369 p_A->next_ptr = p_B->next_ptr; in swap()
370 p_A->prev_ptr = p_B->prev_ptr; in swap()
372 p_B->next_ptr = A_next; in swap()
373 p_B->prev_ptr = A_prev; in swap()
380 if (p_B->prev_ptr) in swap()
381 p_B->prev_ptr->next_ptr = p_B; in swap()
382 if (p_B->next_ptr) in swap()
[all …]
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_pcx.c270 Byte mask, *p_R=NULL, *p_G=NULL, *p_B=NULL, *p_I=NULL; local
319 p_B = calloc (po->picbuf->nb, sizeof(Byte));
322 if (p_I == NULL || p_B == NULL || p_G == NULL || p_R == NULL)
349 p_I[x] = p_R[x] = p_G[x] = p_B[x] = 0;
372 *(p_B + offset) |= mask;
376 *(p_B + offset) |= mask;
380 *(p_B + offset) |= mask;
393 *(p_B + offset) |= mask;
401 Buf_to_PCX (p_B, po->picbuf->nb, fd);
417 if (p_B != NULL) free(p_B);
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dlist.h414 void swap(Element *p_A, Element *p_B) { in swap() argument
416 ERR_FAIL_COND(!p_A || !p_B); in swap()
418 ERR_FAIL_COND(p_B->data != _data); in swap()
423 p_A->next_ptr = p_B->next_ptr; in swap()
424 p_A->prev_ptr = p_B->prev_ptr; in swap()
426 p_B->next_ptr = A_next; in swap()
427 p_B->prev_ptr = A_prev; in swap()
434 if (p_B->prev_ptr) in swap()
435 p_B->prev_ptr->next_ptr = p_B; in swap()
436 if (p_B->next_ptr) in swap()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dlist.h414 void swap(Element *p_A, Element *p_B) { in swap() argument
416 ERR_FAIL_COND(!p_A || !p_B); in swap()
418 ERR_FAIL_COND(p_B->data != _data); in swap()
423 p_A->next_ptr = p_B->next_ptr; in swap()
424 p_A->prev_ptr = p_B->prev_ptr; in swap()
426 p_B->next_ptr = A_next; in swap()
427 p_B->prev_ptr = A_prev; in swap()
434 if (p_B->prev_ptr) in swap()
435 p_B->prev_ptr->next_ptr = p_B; in swap()
436 if (p_B->next_ptr) in swap()
[all …]
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_pcx.c316 Byte *p_R = NULL, *p_G = NULL, *p_B = NULL, *p_I = NULL; local
361 p_B = calloc((size_t) (po->picbuf->nb), 8 * sizeof(Byte));
364 if (p_I == NULL || p_B == NULL || p_G == NULL
389 p_I[x] = p_R[x] = p_G[x] = p_B[x] = 0;
398 p_B[x] =
411 Buf_to_PCX(p_B, 8 * po->picbuf->nb, fd);
426 if (p_B != NULL)
427 free(p_B);
H A Dto_escp2.c66 static Byte *p_B; /* Buffer for compression */ variable
200 if (p_B == NULL) /* No buffer for compression! */ in compress_buf_RLE()
204 return RLE_compress(buf, p_B, nb); /* Recursive function! */ in compress_buf_RLE()
225 p = p_B; /* Use compression buffer */ in Buf_to_ESCP2()
463 p_B = calloc((size_t) (po->picbuf->nb + n_B), sizeof(Byte));
618 if (p_B != NULL)
619 free(p_B);
H A Dto_pcl.c89 static Byte *p_B; /* Buffer for compression */ variable
225 if (p_B == NULL) /* No buffer for compression! */ in compress_buf_TIFF()
229 return TIFF_compress(buf, p_B, nb); /* Recursive function! */ in compress_buf_TIFF()
253 p = p_B; /* Use compression buffer */ in Buf_to_PCL()
532 p_B = calloc((size_t) (po->picbuf->nb + n_B), sizeof(Byte));
674 if (p_B != NULL)
675 free(p_B);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DPlane.cpp23 Plane::Plane(float p_A, float p_B, float p_C, float p_D) in Plane() argument
26 B = p_B; in Plane()
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Doctree.h88 if (p_A < p_B) { in PairKey()
91 B = p_B; in PairKey()
95 A = p_B; in PairKey()
232 if (p_A == p_B || (p_A->userdata == p_B->userdata && p_A->userdata)) in _pair_reference()
239 PairKey key(p_A->_id, p_B->_id); in _pair_reference()
247 pdata.B = p_B; in _pair_reference()
265 if (p_A == p_B) in _pair_unreference()
268 PairKey key(p_A->_id, p_B->_id); in _pair_unreference()
281 …ir_callback_userdata, p_A->_id, p_A->userdata, p_A->subindex, p_B->_id, p_B->userdata, p_B->subind… in _pair_unreference()
289 SWAP(p_A, p_B); in _pair_unreference()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Doctree.h88 if (p_A < p_B) { in PairKey()
91 B = p_B; in PairKey()
95 A = p_B; in PairKey()
232 if (p_A == p_B || (p_A->userdata == p_B->userdata && p_A->userdata)) in _pair_reference()
239 PairKey key(p_A->_id, p_B->_id); in _pair_reference()
247 pdata.B = p_B; in _pair_reference()
265 if (p_A == p_B) in _pair_unreference()
268 PairKey key(p_A->_id, p_B->_id); in _pair_unreference()
281 …ir_callback_userdata, p_A->_id, p_A->userdata, p_A->subindex, p_B->_id, p_B->userdata, p_B->subind… in _pair_unreference()
289 SWAP(p_A, p_B); in _pair_unreference()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Doctree.h90 if (p_A < p_B) { in PairKey()
93 B = p_B; in PairKey()
97 A = p_B; in PairKey()
232 if (p_A == p_B || (p_A->userdata == p_B->userdata && p_A->userdata)) in _pair_reference()
239 PairKey key(p_A->_id, p_B->_id); in _pair_reference()
247 pdata.B = p_B; in _pair_reference()
263 if (p_A == p_B) in _pair_unreference()
266 PairKey key(p_A->_id, p_B->_id); in _pair_unreference()
279 …ir_callback_userdata, p_A->_id, p_A->userdata, p_A->subindex, p_B->_id, p_B->userdata, p_B->subind… in _pair_unreference()
287 SWAP(p_A, p_B); in _pair_unreference()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Doctree.h90 if (p_A < p_B) { in PairKey()
93 B = p_B; in PairKey()
97 A = p_B; in PairKey()
232 if (p_A == p_B || (p_A->userdata == p_B->userdata && p_A->userdata)) in _pair_reference()
239 PairKey key(p_A->_id, p_B->_id); in _pair_reference()
247 pdata.B = p_B; in _pair_reference()
263 if (p_A == p_B) in _pair_unreference()
266 PairKey key(p_A->_id, p_B->_id); in _pair_unreference()
279 …ir_callback_userdata, p_A->_id, p_A->userdata, p_A->subindex, p_B->_id, p_B->userdata, p_B->subind… in _pair_unreference()
287 SWAP(p_A, p_B); in _pair_unreference()
[all …]
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_Image.h93 virtual void SetCouleurTrou(float p_R, float p_G, float p_B);
103 virtual void SetCouleurTrouOctet(unsigned char p_R, unsigned char p_G, unsigned char p_B);
H A DMOGL_Image.cpp371 void MOGL_Image::SetCouleurTrou(float p_R, float p_G, float p_B) in SetCouleurTrou() argument
375 _B=p_B; in SetCouleurTrou()
378 void MOGL_Image::SetCouleurTrouOctet(unsigned char p_R, unsigned char p_G, unsigned char p_B) in SetCouleurTrouOctet() argument
382 _B=p_B/255.0; in SetCouleurTrouOctet()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Dbody_pair_sw.h84 …bool _test_ccd(float p_step, BodySW *p_A, int p_shape_A, const Transform &p_xform_A, BodySW *p_B, …
94 BodyPairSW(BodySW *p_A, int p_shape_A, BodySW *p_B, int p_shape_B);
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Dbody_pair_sw.h84 …bool _test_ccd(float p_step, BodySW *p_A, int p_shape_A, const Transform &p_xform_A, BodySW *p_B, …
94 BodyPairSW(BodySW *p_A, int p_shape_A, BodySW *p_B, int p_shape_B);
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dbody_pair_sw.h85 …bool _test_ccd(real_t p_step, BodySW *p_A, int p_shape_A, const Transform &p_xform_A, BodySW *p_B,…
93 BodyPairSW(BodySW *p_A, int p_shape_A, BodySW *p_B, int p_shape_B);
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dbody_pair_sw.h85 …bool _test_ccd(real_t p_step, BodySW *p_A, int p_shape_A, const Transform &p_xform_A, BodySW *p_B,…
93 BodyPairSW(BodySW *p_A, int p_shape_A, BodySW *p_B, int p_shape_B);
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dbody_pair_2d_sw.h82 …p_step, Body2DSW *p_A, int p_shape_A, const Matrix32 &p_xform_A, Body2DSW *p_B, int p_shape_B, con…
93 BodyPair2DSW(Body2DSW *p_A, int p_shape_A, Body2DSW *p_B, int p_shape_B);
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dbody_pair_2d_sw.h82 …p_step, Body2DSW *p_A, int p_shape_A, const Matrix32 &p_xform_A, Body2DSW *p_B, int p_shape_B, con…
93 BodyPair2DSW(Body2DSW *p_A, int p_shape_A, Body2DSW *p_B, int p_shape_B);
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dbody_pair_2d_sw.h83 …tep, Body2DSW *p_A, int p_shape_A, const Transform2D &p_xform_A, Body2DSW *p_B, int p_shape_B, con…
92 BodyPair2DSW(Body2DSW *p_A, int p_shape_A, Body2DSW *p_B, int p_shape_B);
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dbody_pair_2d_sw.h83 …tep, Body2DSW *p_A, int p_shape_A, const Transform2D &p_xform_A, Body2DSW *p_B, int p_shape_B, con…
92 BodyPair2DSW(Body2DSW *p_A, int p_shape_A, Body2DSW *p_B, int p_shape_B);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DPlane.cpp25 Plane::Plane(float p_A, float p_B, float p_C, float p_D) in Plane() argument
28 B = p_B; in Plane()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DPlane.cpp25 Plane::Plane(float p_A, float p_B, float p_C, float p_D) in Plane() argument
28 B = p_B; in Plane()

123456789