Home
last modified time | relevance | path

Searched refs:has_base (Results 51 – 75 of 115) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/astroid/
H A Dbases.py629 def has_base(self, node): member in NodeNG
H A Dnode_classes.py190 if node.has_base(self):
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dnode_ng.py602 def has_base(self, node): member in NodeNG
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodetxb.c814 static INLINE int has_base(tran_low_t qc, int base_idx) { in has_base() function
888 if (!has_base(qcoeff[coeff_idx], 0)) continue; in gen_txb_cache()
894 if (!has_base(qcoeff[coeff_idx], i)) break; in gen_txb_cache()
1506 if (!has_base(nb_coeff, 0)) continue; in update_level_down()
1514 if (!has_base(nb_coeff, base_idx)) continue; in update_level_down()
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dsubtypes.py266 if ((left.type.has_base(rname) or rname == 'builtins.object') and
1274 if left.type.has_base(right.type.fullname):
H A Dnodes.py2534 if declared is not None and not declared.type.has_base('builtins.type'):
2548 return (self.has_base('builtins.type') or self.fullname == 'abc.ABCMeta' or
2551 def has_base(self, fullname: str) -> bool: member in TypeInfo
/dports/devel/p5-DateTime-Incomplete/DateTime-Incomplete-0.08/lib/DateTime/
H A DIncomplete.pm256 sub has_base subroutine
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dscene_dump.c3370 Bool has_base; in ReorderAUContext() local
3390 has_base = 0; in ReorderAUContext()
3398 || (!has_base && (time == autime) && (ptr->owner->streamType < au->owner->streamType) ) in ReorderAUContext()
3406 has_base = 0; in ReorderAUContext()
3407 if ( (ptr->owner->streamType == au->owner->streamType) && (time == autime) ) has_base = 1; in ReorderAUContext()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dscene_dump.c3370 Bool has_base; in ReorderAUContext() local
3390 has_base = 0; in ReorderAUContext()
3398 || (!has_base && (time == autime) && (ptr->owner->streamType < au->owner->streamType) ) in ReorderAUContext()
3406 has_base = 0; in ReorderAUContext()
3407 if ( (ptr->owner->streamType == au->owner->streamType) && (time == autime) ) has_base = 1; in ReorderAUContext()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_nodes.cc573 id_node->has_base |= (base_index != -1); in build_object()
596 id_node->has_base |= (base_index != -1); in build_object()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp244 bool has_base() const { return _base != noreg; } in has_base() function in Address
250 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
251 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
252 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
253 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp244 bool has_base() const { return _base != noreg; } in has_base() function in Address
250 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
251 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
252 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
253 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A Dglwidgets.c3577 bool has_base[MAX_TEAMS]; in ConfMenuWidget_Join() local
3593 memset(has_base, 0, sizeof(has_base)); in ConfMenuWidget_Join()
3598 has_base[t] = true; in ConfMenuWidget_Join()
3608 if (has_base[i]) { in ConfMenuWidget_Join()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp244 bool has_base() const { return _base != noreg; } in has_base() function in Address
250 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
251 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
252 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
253 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp237 bool has_base() const { return _base != noreg; } in has_base() function in Address
243 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
244 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
245 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
246 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp237 bool has_base() const { return _base != noreg; } in has_base() function in Address
243 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
244 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
245 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
246 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp244 bool has_base() const { return _base != noreg; } in has_base() function in Address
250 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
251 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
252 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
253 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp244 bool has_base() const { return _base != noreg; } in has_base() function in Address
250 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
251 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
252 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
253 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dassembler_s390.hpp244 bool has_base() const { return _base != noreg; } in has_base() function in Address
250 bool is_RSform() { return has_base() && !has_index() && is_disp12(); } in is_RSform()
251 bool is_RSYform() { return has_base() && !has_index() && is_disp20(); } in is_RSYform()
252 bool is_RXform() { return has_base() && has_index() && is_disp12(); } in is_RXform()
253 bool is_RXYform() { return has_base() && has_index() && is_disp20(); } in is_RXYform()
/dports/games/freeciv/freeciv-2.6.6/common/scriptcore/
H A Dtolua_game.pkg268 @ has_base(lua_State *L, Tile *self, const char *name);
/dports/games/freeciv-nox11/freeciv-2.6.6/common/scriptcore/
H A Dtolua_game.pkg268 @ has_base(lua_State *L, Tile *self, const char *name);
/dports/games/freeciv/freeciv-2.6.6/data/scenarios/
H A Dtutorial.sav115 or tile:has_base('Fortress') or tile:has_base('Airbase'))
/dports/games/freeciv-nox11/freeciv-2.6.6/data/scenarios/
H A Dtutorial.sav115 or tile:has_base('Fortress') or tile:has_base('Airbase'))
/dports/devel/elfutils/elfutils-0.179/src/
H A Delflint.c3263 bool has_base = false; in check_verdef() local
3277 if (has_base) in check_verdef()
3285 has_base = true; in check_verdef()
3399 if (!has_base) in check_verdef()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/openvswitch/
H A Dflow_netlink.c1382 bool has_base = false; in nsh_key_put_from_nlattr() local
1417 has_base = true; in nsh_key_put_from_nlattr()
1485 (!has_base || (!has_md1 && !has_md2))) { in nsh_key_put_from_nlattr()

12345