OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERIOD
(Results
1 - 14
of
14
) sorted by relevancy
/src/tests/lib/libc/gen/
t_randomid.c
39
#define
PERIOD
30000
75
ATF_REQUIRE_MSG(diff >=
PERIOD
,
77
"
period
(%d)", diff,
PERIOD
);
/src/external/bsd/flex/dist/examples/manual/
front.y
22
%token
PERIOD
52
sentence : verb_phrase noun_phrase position_phrase adverb
period
97
period
: /* empty */
label
98
|
PERIOD
front.lex
36
"." return(
PERIOD
);
/src/lib/libc/resolv/
res_comp.c
160
#define
PERIOD
0x2e
163
#define periodchar(c) ((c) ==
PERIOD
)
175
int pch =
PERIOD
, ch = *dn++;
/src/external/bsd/libbind/dist/resolv/
res_comp.c
144
#define
PERIOD
0x2e
147
#define periodchar(c) ((c) ==
PERIOD
)
159
int pch =
PERIOD
, ch = *dn++;
/src/sys/fs/udf/
udf_osta.c
281
#define
PERIOD
0x002E
357
if (current ==
PERIOD
&& (udfLen - Index -1) <= EXT_SIZE) {
359
/* A trailing
period
is NOT an extension. */
369
/* Record position of last char which is NOT
period
or space. */
370
else if (current !=
PERIOD
&& current != SPACE) {
387
hasExt = false; /* Trailing
period
does not make an
447
newName[newIndex++] =
PERIOD
;
/src/external/bsd/nvi/dist/vi/
v_sentence.c
63
enum { BLANK, NONE,
PERIOD
} state;
98
if ((state ==
PERIOD
|| state == BLANK) && --cnt == 0) {
123
state =
PERIOD
;
129
if (state !=
PERIOD
)
133
if (state ==
PERIOD
)
137
if (state ==
PERIOD
) {
/src/external/gpl2/rcs/dist/src/
rcsmap.c
44
IDCHAR, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR,
PERIOD
, IDCHAR,
rcslex.c
346
case
PERIOD
:
359
case
PERIOD
:
371
if (d == DIGIT || d ==
PERIOD
) {
576
case
PERIOD
: case SPACE:
639
case IDCHAR: case
PERIOD
:
813
case
PERIOD
:
rcsbase.h
326
PERIOD
, SBEGIN, SPACE, UNKN,
/src/sys/external/bsd/drm2/dist/drm/radeon/
sumod.h
318
# define
PERIOD
(x) ((x) << 8)
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.c
28
#define
PERIOD
max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY)
219
ns_to_ktime(
PERIOD
), 0,
418
* Strictly speaking the passed in
period
may not be 100% accurate for
426
hrtimer_forward(hrtimer, now, ns_to_ktime(
PERIOD
));
/src/lib/libc/net/
getaddrinfo.c
385
#define
PERIOD
'.'
387
#define periodchar(c) ((c) ==
PERIOD
)
401
for (pch =
PERIOD
, nch = ch = *dn++; ch != '\0'; pch = ch, ch = nch) {
/src/external/mit/libcbor/dist/docs/doxygen/
jquery.js
32
(function(a,d){a.ui=a.ui||{};if(a.ui.version){return}a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,
PERIOD
:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(e,f){return typeof e==="number"?this.each(function(){var g=this;setTimeout(function(){a(g).focus();if(f){f.call(g)}},e)}):this._focus.apply(this,arguments)},scrollParent:function(){var e;if((a.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){e=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(a.curCSS(this,"position",1))&&(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}else{e=this.parents().filter(function(){return(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!e.length?a(document):e},zIndex:function(h){if(h!==d){return this.css("zIndex",h)}if(this.length){var f=a(this[0]),e,g;while(f.length&&f[0]!==document){e=f.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){g=parseInt(f.css("zIndex"),10);if(!isNaN(g)&&g!==0){return g}}f=f.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(e){e.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});a.each(["Width","Height"],function(g,e){var f=e==="Width"?["Left","Right"]:["Top","Bottom"],h=e.toLowerCase(),k={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"padding"+this,true))||0;if(i){l-=parseFloat(a.curCSS(m,"border"+this+"Width",true))||0}if(n){l-=parseFloat(a.curCSS(m,"margin"+this,true))||0}});return l}a.fn["inner"+e]=function(i){if(i===d){return k["inner"+e].call(this)}return this.each(function(){a(this).css(h,j(this,i)+"px")})};a.fn["outer"+e]=function(i,l){if(typeof i!=="number"){return k["outer"+e].call(this,i)}return this.each(function(){a(this).css(h,j(this,i,true,l)+"px")})}});function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.parentNode,h=i.name,f;if(!g.href||!h||i.nodeName.toLowerCase()!=="map"){return false}f=a("img[usemap=#"+h+"]")[0];return !!f&&b(f)}return(/input|select|textarea|button|object/.test(j)?!g.disabled:"a"==j?g.href||e:e)&&b(g)}function b(e){return !a(e).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}a.extend(a.expr[":"],{data:function(g,f,e){return !!a.data(g,e[3])},focusable:function(e){return c(e,!isNaN(a.attr(e,"tabindex")))},tabbable:function(g){var e=a.attr(g,"tabindex"),f=isNaN(e);return(f||e>=0)&&c(g,!f)}});a(function(){var e=document.body,f=e.appendChild(f=document.createElement("div"));f.offsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.support.minHeight=f.offsetHeight===100;a.support.selectstart="onselectstart" in f;e.removeChild(f).style.display="none"});a.extend(a.ui,{plugin:{add:function(f,g,j){var h=a.ui[f].prototype;for(var e in j){h.plugins[e]=h.plugins[e]||[];h.plugins[e].push([g,j[e]])}},call:function(e,g,f){var j=e.plugins[g];if(!j||!e.element[0].parentNode){return}for(var h=0;h<j.length;h++){if(e.options[j[h][0]]){j[h][1].apply(e.element,f)}}}},contains:function(f,e){return document.compareDocumentPosition?f.compareDocumentPosition(e)&16:f!==e&&f.contains(e)},hasScroll:function(h,f){if(a(h).css("overflow")==="hidden"){return false}var e=(f&&f==="left")?"scrollLeft":"scrollTop",g=false;if(h[e]>0){return true}h[e]=1;g=(h[e]>0);h[e]=0;return g},isOverAxis:function(f,e,g){return(f>e)&&(f<(e+g))},isOver:function(j,f,i,h,e,g){return a.ui.isOverAxis(j,i,e)&&a.ui.isOverAxis(f,h,g)}})})(jQuery);/*!
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026